Html Css Color HEX #18A131 Forest Green

📋 copy color: '#18A131'

red 24 ◦ green 161 ◦ blue 49

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

Shades of Forest Green #18A131

Tints of Forest Green #18A131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 68.8%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 10.26%
G = 68.8%
B = 20.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#18A131 (or 0x18A131) is known color: Forest Green. HEX triplet: 18, A1 and 31. RGB value is (24,161,49). Sum of RGB (Red+Green+Blue) = 24+161+49=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #18A131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A131 is #E75ECE. Grayscale: #6B6B6B. Windows color (decimal): -15163087 or 3252504. OLE color: 3252504.

HSL color Cylindrical-coordinate representation of color #18A131: hue angle of 130.95º 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 #18A131 is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 161 49 -
CMYK 0.85 0 0.70 0.37
HSL 130.95º 0.74% 0.36% -
HSV(B) 130.95º 0.85% 0.63% -
XYZ 13.68 25.91 7.19 -
YUV 107.27 95.11 68.61 -
System Red Green Blue C M Y K H S L
Decimal 24 161 49 0.85 0 0.70 0.37 130.95 0.74 0.36
Hex 18 A1 31 55 0 46 25 83 4A 24
Octal 30 241 61 125 0 106 45 203 112 44
Binary 11000 10100001 110001 1010101 0 1000110 100101 10000011 1001010 100100

Color Harmonies of #18A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A131

Black with #18A131

Text Example


Text Example

White with #18A131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,49); }

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

background-color css

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

 a { background-color: rgb(24,161,49); }

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

border-color css

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

 span { border-color: rgb(24,161,49); }

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