Html Css Color HEX #0C5E01 Green

📋 copy color: '#0C5E01'

red 12 ◦ green 94 ◦ blue 1

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

Shades of Green #0C5E01

Tints of Green #0C5E01

RGB

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

 GREEN value IS 94 (37.11% from 255) = 87.85%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 11.21%
G = 87.85%
B = 0.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#0C5E01 (or 0x0C5E01) is known color: Green. HEX triplet: 0C, 5E and 01. RGB value is (12,94,1). Sum of RGB (Red+Green+Blue) = 12+94+1=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 94 (37.11% from 255 or 87.85% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 94 - color contains mainly: green. Hex color #0C5E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5E01 is #F3A1FE. Grayscale: #3B3B3B. Windows color (decimal): -15966719 or 89612. OLE color: 89612.

HSL color Cylindrical-coordinate representation of color #0C5E01: hue angle of 112.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C5E01 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.

Color convert

RGB 12 94 1 -
CMYK 0.87 0 0.99 0.63
HSL 112.9º 0.98% 0.19% -
HSV(B) 112.9º 0.99% 0.37% -
XYZ 4.16 8.09 1.37 -
YUV 58.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 12 94 1 0.87 0 0.99 0.63 112.9 0.98 0.19
Hex C 5E 1 57 0 63 3F 71 62 13
Octal 14 136 1 127 0 143 77 161 142 23
Binary 1100 1011110 1 1010111 0 1100011 111111 1110001 1100010 10011

Color Harmonies of #0C5E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5E01

Black with #0C5E01

Text Example


Text Example

White with #0C5E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,94,1); }

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

background-color css

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

 a { background-color: rgb(12,94,1); }

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

border-color css

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

 span { border-color: rgb(12,94,1); }

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