Html Css Color HEX #18A027 Forest Green

📋 copy color: '#18A027'

red 24 ◦ green 160 ◦ blue 39

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

Shades of Forest Green #18A027

Tints of Forest Green #18A027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 71.75%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 10.76%
G = 71.75%
B = 17.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#18A027 (or 0x18A027) is known color: Forest Green. HEX triplet: 18, A0 and 27. RGB value is (24,160,39). Sum of RGB (Red+Green+Blue) = 24+160+39=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #18A027 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A027 is #E75FD8. Grayscale: #696969. Windows color (decimal): -15163353 or 2596888. OLE color: 2596888.

HSL color Cylindrical-coordinate representation of color #18A027: hue angle of 126.62º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A027 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 39 -
CMYK 0.85 0 0.76 0.37
HSL 126.62º 0.74% 0.36% -
HSV(B) 126.62º 0.85% 0.63% -
XYZ 13.31 25.48 6.14 -
YUV 105.54 90.44 69.84 -
System Red Green Blue C M Y K H S L
Decimal 24 160 39 0.85 0 0.76 0.37 126.62 0.74 0.36
Hex 18 A0 27 55 0 4C 25 7F 4A 24
Octal 30 240 47 125 0 114 45 177 112 44
Binary 11000 10100000 100111 1010101 0 1001100 100101 1111111 1001010 100100

Color Harmonies of #18A027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A027

Black with #18A027

Text Example


Text Example

White with #18A027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,160,39); }

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

background-color css

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

 a { background-color: rgb(24,160,39); }

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

border-color css

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

 span { border-color: rgb(24,160,39); }

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