Html Css Color HEX #18A320 Forest Green

📋 copy color: '#18A320'

red 24 ◦ green 163 ◦ blue 32

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

Shades of Forest Green #18A320

Tints of Forest Green #18A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 74.43%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 10.96%
G = 74.43%
B = 14.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#18A320 (or 0x18A320) is known color: Forest Green. HEX triplet: 18, A3 and 20. RGB value is (24,163,32). Sum of RGB (Red+Green+Blue) = 24+163+32=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 163 (64.06% from 255 or 74.43% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 163 - color contains mainly: green. Hex color #18A320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A320 is #E75CDF. Grayscale: #6A6A6A. Windows color (decimal): -15162592 or 2138904. OLE color: 2138904.

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

Color convert

RGB 24 163 32 -
CMYK 0.85 0 0.80 0.36
HSL 123.45º 0.74% 0.37% -
HSV(B) 123.45º 0.85% 0.64% -
XYZ 13.73 26.49 5.76 -
YUV 106.51 85.95 69.15 -
System Red Green Blue C M Y K H S L
Decimal 24 163 32 0.85 0 0.80 0.36 123.45 0.74 0.37
Hex 18 A3 20 55 0 50 24 7B 4A 25
Octal 30 243 40 125 0 120 44 173 112 45
Binary 11000 10100011 100000 1010101 0 1010000 100100 1111011 1001010 100101

Color Harmonies of #18A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A320

Black with #18A320

Text Example


Text Example

White with #18A320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,163,32); }

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

background-color css

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

 a { background-color: rgb(24,163,32); }

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

border-color css

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

 span { border-color: rgb(24,163,32); }

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