Html Css Color HEX #18A521 Forest Green

📋 copy color: '#18A521'

red 24 ◦ green 165 ◦ blue 33

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

Shades of Forest Green #18A521

Tints of Forest Green #18A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 74.32%

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 10.81%
G = 74.32%
B = 14.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#18A521 (or 0x18A521) is known color: Forest Green. HEX triplet: 18, A5 and 21. RGB value is (24,165,33). Sum of RGB (Red+Green+Blue) = 24+165+33=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 165 (64.84% from 255 or 74.32% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 165 - color contains mainly: green. Hex color #18A521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A521 is #E75ADE. Grayscale: #6C6C6C. Windows color (decimal): -15162079 or 2204952. OLE color: 2204952.

HSL color Cylindrical-coordinate representation of color #18A521: hue angle of 123.83º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A521 is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 165 33 -
CMYK 0.85 0 0.8 0.35
HSL 123.83º 0.75% 0.37% -
HSV(B) 123.83º 0.85% 0.65% -
XYZ 14.11 27.21 5.95 -
YUV 107.79 85.79 68.23 -
System Red Green Blue C M Y K H S L
Decimal 24 165 33 0.85 0 0.8 0.35 123.83 0.75 0.37
Hex 18 A5 21 55 0 50 23 7C 4B 25
Octal 30 245 41 125 0 120 43 174 113 45
Binary 11000 10100101 100001 1010101 0 1010000 100011 1111100 1001011 100101

Color Harmonies of #18A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A521

Black with #18A521

Text Example


Text Example

White with #18A521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,33); }

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

background-color css

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

 a { background-color: rgb(24,165,33); }

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

border-color css

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

 span { border-color: rgb(24,165,33); }

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