Html Css Color HEX #18AA2F Dark Pastel Green

📋 copy color: '#18AA2F'

red 24 ◦ green 170 ◦ blue 47

#18AA2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #18AA2F

Tints of Dark Pastel Green #18AA2F

RGB

 RED value IS 24 (9.77% from 255) = 9.96%

 GREEN value IS 170 (66.8% from 255) = 70.54%

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 9.96%
G = 70.54%
B = 19.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#18AA2F (or 0x18AA2F) is known color: Dark Pastel Green. HEX triplet: 18, AA and 2F. RGB value is (24,170,47). Sum of RGB (Red+Green+Blue) = 24+170+47=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA2F is #E755D0. Grayscale: #707070. Windows color (decimal): -15160785 or 3123736. OLE color: 3123736.

HSL color Cylindrical-coordinate representation of color #18AA2F: hue angle of 129.45º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA2F is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 47 -
CMYK 0.86 0 0.72 0.33
HSL 129.45º 0.75% 0.38% -
HSV(B) 129.45º 0.86% 0.67% -
XYZ 15.26 29.15 7.51 -
YUV 112.32 91.13 65 -
System Red Green Blue C M Y K H S L
Decimal 24 170 47 0.86 0 0.72 0.33 129.45 0.75 0.38
Hex 18 AA 2F 56 0 48 21 81 4B 26
Octal 30 252 57 126 0 110 41 201 113 46
Binary 11000 10101010 101111 1010110 0 1001000 100001 10000001 1001011 100110

Color Harmonies of #18AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA2F

Black with #18AA2F

Text Example


Text Example

White with #18AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AA2F; }

 p { color: rgb(24,170,47); }

 H1.HeaderClassName
 {
   color: #18AA2F;
 }
 .AnyTagClassName
 {
   color: #18AA2F;
 }
</style>

background-color css

<style>
 a { background-color: #18AA2F; }

 a { background-color: rgb(24,170,47); }

 div.DivClassName
 {
   background-color: #18AA2F;
 }
 .BgClassName
 {
   background-color: #18AA2F;
 }
</style>

border-color css

<style>
 span { border-color: #18AA2F; }

 span { border-color: rgb(24,170,47); }

 td.TdClassName
 {
   border-color: #18AA2F;
 }
 .TagClassName
 {
   border-color: #18AA2F;
 }
</style>