Html Css Color HEX #0C9D1D Forest Green

📋 copy color: '#0C9D1D'

red 12 ◦ green 157 ◦ blue 29

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

Shades of Forest Green #0C9D1D

Tints of Forest Green #0C9D1D

RGB

 RED value IS 12 (5.08% from 255) = 6.06%

 GREEN value IS 157 (61.72% from 255) = 79.29%

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 6.06%
G = 79.29%
B = 14.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#0C9D1D (or 0x0C9D1D) is known color: Forest Green. HEX triplet: 0C, 9D and 1D. RGB value is (12,157,29). Sum of RGB (Red+Green+Blue) = 12+157+29=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 157 (61.72% from 255 or 79.29% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9D1D is #F362E2. Grayscale: #636363. Windows color (decimal): -15950563 or 1940748. OLE color: 1940748.

HSL color Cylindrical-coordinate representation of color #0C9D1D: hue angle of 127.03º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D1D is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 157 29 -
CMYK 0.92 0 0.82 0.38
HSL 127.03º 0.86% 0.33% -
HSV(B) 127.03º 0.92% 0.62% -
XYZ 12.43 24.28 5.19 -
YUV 99.05 88.46 65.91 -
System Red Green Blue C M Y K H S L
Decimal 12 157 29 0.92 0 0.82 0.38 127.03 0.86 0.33
Hex C 9D 1D 5C 0 52 26 7F 56 21
Octal 14 235 35 134 0 122 46 177 126 41
Binary 1100 10011101 11101 1011100 0 1010010 100110 1111111 1010110 100001

Color Harmonies of #0C9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9D1D

Black with #0C9D1D

Text Example


Text Example

White with #0C9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9D1D; }

 p { color: rgb(12,157,29); }

 H1.HeaderClassName
 {
   color: #0C9D1D;
 }
 .AnyTagClassName
 {
   color: #0C9D1D;
 }
</style>

background-color css

<style>
 a { background-color: #0C9D1D; }

 a { background-color: rgb(12,157,29); }

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

border-color css

<style>
 span { border-color: #0C9D1D; }

 span { border-color: rgb(12,157,29); }

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