Html Css Color HEX #0C9A1E Forest Green

📋 copy color: '#0C9A1E'

red 12 ◦ green 154 ◦ blue 30

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

Shades of Forest Green #0C9A1E

Tints of Forest Green #0C9A1E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 78.57%

 BLUE value IS 30 (12.11% from 255) = 15.31%

R = 6.12%
G = 78.57%
B = 15.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#0C9A1E (or 0x0C9A1E) is known color: Forest Green. HEX triplet: 0C, 9A and 1E. RGB value is (12,154,30). Sum of RGB (Red+Green+Blue) = 12+154+30=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 154 (60.55% from 255 or 78.57% from 196); Blue value is 30 (12.11% from 255 or 15.31% from 196); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9A1E is #F365E1. Grayscale: #616161. Windows color (decimal): -15951330 or 2005516. OLE color: 2005516.

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

Color convert

RGB 12 154 30 -
CMYK 0.92 0 0.81 0.40
HSL 127.61º 0.86% 0.33% -
HSV(B) 127.61º 0.92% 0.6% -
XYZ 11.94 23.28 5.09 -
YUV 97.41 89.96 67.08 -
System Red Green Blue C M Y K H S L
Decimal 12 154 30 0.92 0 0.81 0.40 127.61 0.86 0.33
Hex C 9A 1E 5C 0 51 28 80 56 21
Octal 14 232 36 134 0 121 50 200 126 41
Binary 1100 10011010 11110 1011100 0 1010001 101000 10000000 1010110 100001

Color Harmonies of #0C9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9A1E

Black with #0C9A1E

Text Example


Text Example

White with #0C9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,154,30); }

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

background-color css

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

 a { background-color: rgb(12,154,30); }

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

border-color css

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

 span { border-color: rgb(12,154,30); }

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