Html Css Color HEX #18950C Forest Green

📋 copy color: '#18950C'

red 24 ◦ green 149 ◦ blue 12

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

Shades of Forest Green #18950C

Tints of Forest Green #18950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.54%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 12.97%
G = 80.54%
B = 6.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#18950C (or 0x18950C) is known color: Forest Green. HEX triplet: 18, 95 and 0C. RGB value is (24,149,12). Sum of RGB (Red+Green+Blue) = 24+149+12=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #18950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18950C is #E76AF3. Grayscale: #606060. Windows color (decimal): -15166196 or 824600. OLE color: 824600.

HSL color Cylindrical-coordinate representation of color #18950C: hue angle of 114.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18950C is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 149 12 -
CMYK 0.84 0 0.92 0.42
HSL 114.74º 0.85% 0.32% -
HSV(B) 114.74º 0.92% 0.58% -
XYZ 11.19 21.72 3.95 -
YUV 96.01 80.59 76.64 -
System Red Green Blue C M Y K H S L
Decimal 24 149 12 0.84 0 0.92 0.42 114.74 0.85 0.32
Hex 18 95 C 54 0 5C 2A 73 55 20
Octal 30 225 14 124 0 134 52 163 125 40
Binary 11000 10010101 1100 1010100 0 1011100 101010 1110011 1010101 100000

Color Harmonies of #18950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18950C

Black with #18950C

Text Example


Text Example

White with #18950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18950C; }

 p { color: rgb(24,149,12); }

 H1.HeaderClassName
 {
   color: #18950C;
 }
 .AnyTagClassName
 {
   color: #18950C;
 }
</style>

background-color css

<style>
 a { background-color: #18950C; }

 a { background-color: rgb(24,149,12); }

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

border-color css

<style>
 span { border-color: #18950C; }

 span { border-color: rgb(24,149,12); }

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