Html Css Color HEX #18A514 Forest Green

📋 copy color: '#18A514'

red 24 ◦ green 165 ◦ blue 20

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

Shades of Forest Green #18A514

Tints of Forest Green #18A514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 11.48%
G = 78.95%
B = 9.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#18A514 (or 0x18A514) is known color: Forest Green. HEX triplet: 18, A5 and 14. RGB value is (24,165,20). Sum of RGB (Red+Green+Blue) = 24+165+20=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #18A514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A514 is #E75AEB. Grayscale: #6A6A6A. Windows color (decimal): -15162092 or 1352984. OLE color: 1352984.

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

Color convert

RGB 24 165 20 -
CMYK 0.85 0 0.88 0.35
HSL 118.34º 0.78% 0.36% -
HSV(B) 118.34º 0.88% 0.65% -
XYZ 13.96 27.15 5.17 -
YUV 106.31 79.29 69.29 -
System Red Green Blue C M Y K H S L
Decimal 24 165 20 0.85 0 0.88 0.35 118.34 0.78 0.36
Hex 18 A5 14 55 0 58 23 76 4E 24
Octal 30 245 24 125 0 130 43 166 116 44
Binary 11000 10100101 10100 1010101 0 1011000 100011 1110110 1001110 100100

Color Harmonies of #18A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A514

Black with #18A514

Text Example


Text Example

White with #18A514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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