Html Css Color HEX #0C5F00 Green

📋 copy color: '#0C5F00'

red 12 ◦ green 95 ◦ blue 0

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

Shades of Green #0C5F00

Tints of Green #0C5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 88.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 11.21%
G = 88.79%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#0C5F00 (or 0x0C5F00) is known color: Green. HEX triplet: 0C, 5F and 00. RGB value is (12,95,0). Sum of RGB (Red+Green+Blue) = 12+95+0=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 95 (37.5% from 255 or 88.79% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 95 - color contains mainly: green. Hex color #0C5F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5F00 is #F3A0FF. Grayscale: #3B3B3B. Windows color (decimal): -15966464 or 24332. OLE color: 24332.

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

Color convert

RGB 12 95 0 -
CMYK 0.87 0 1 0.63
HSL 112.42º 1% 0.19% -
HSV(B) 112.42º 1% 0.37% -
XYZ 4.24 8.26 1.37 -
YUV 59.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 12 95 0 0.87 0 1 0.63 112.42 1 0.19
Hex C 5F 0 57 0 64 3F 70 64 13
Octal 14 137 0 127 0 144 77 160 144 23
Binary 1100 1011111 0 1010111 0 1100100 111111 1110000 1100100 10011

Color Harmonies of #0C5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5F00

Black with #0C5F00

Text Example


Text Example

White with #0C5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,95,0); }

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

background-color css

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

 a { background-color: rgb(12,95,0); }

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

border-color css

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

 span { border-color: rgb(12,95,0); }

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