Html Css Color HEX #18A228 Forest Green

📋 copy color: '#18A228'

red 24 ◦ green 162 ◦ blue 40

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

Shades of Forest Green #18A228

Tints of Forest Green #18A228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 71.68%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 10.62%
G = 71.68%
B = 17.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#18A228 (or 0x18A228) is known color: Forest Green. HEX triplet: 18, A2 and 28. RGB value is (24,162,40). Sum of RGB (Red+Green+Blue) = 24+162+40=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 162 (63.67% from 255 or 71.68% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 162 - color contains mainly: green. Hex color #18A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A228 is #E75DD7. Grayscale: #6B6B6B. Windows color (decimal): -15162840 or 2662936. OLE color: 2662936.

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

Color convert

RGB 24 162 40 -
CMYK 0.85 0 0.75 0.36
HSL 126.96º 0.74% 0.36% -
HSV(B) 126.96º 0.85% 0.64% -
XYZ 13.68 26.19 6.34 -
YUV 106.83 90.28 68.92 -
System Red Green Blue C M Y K H S L
Decimal 24 162 40 0.85 0 0.75 0.36 126.96 0.74 0.36
Hex 18 A2 28 55 0 4B 24 7F 4A 24
Octal 30 242 50 125 0 113 44 177 112 44
Binary 11000 10100010 101000 1010101 0 1001011 100100 1111111 1001010 100100

Color Harmonies of #18A228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A228

Black with #18A228

Text Example


Text Example

White with #18A228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,162,40); }

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

background-color css

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

 a { background-color: rgb(24,162,40); }

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

border-color css

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

 span { border-color: rgb(24,162,40); }

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