Html Css Color HEX #0C600E Green

📋 copy color: '#0C600E'

red 12 ◦ green 96 ◦ blue 14

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

Shades of Green #0C600E

Tints of Green #0C600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.69%

 BLUE value IS 14 (5.86% from 255) = 11.48%

R = 9.84%
G = 78.69%
B = 11.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#0C600E (or 0x0C600E) is known color: Green. HEX triplet: 0C, 60 and 0E. RGB value is (12,96,14). Sum of RGB (Red+Green+Blue) = 12+96+14=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #0C600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C600E is #F39FF1. Grayscale: #3D3D3D. Windows color (decimal): -15966194 or 942092. OLE color: 942092.

HSL color Cylindrical-coordinate representation of color #0C600E: hue angle of 121.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C600E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 96 14 -
CMYK 0.88 0 0.85 0.62
HSL 121.43º 0.78% 0.21% -
HSV(B) 121.43º 0.88% 0.38% -
XYZ 4.41 8.48 1.82 -
YUV 61.54 101.17 92.67 -
System Red Green Blue C M Y K H S L
Decimal 12 96 14 0.88 0 0.85 0.62 121.43 0.78 0.21
Hex C 60 E 58 0 55 3E 79 4E 15
Octal 14 140 16 130 0 125 76 171 116 25
Binary 1100 1100000 1110 1011000 0 1010101 111110 1111001 1001110 10101

Color Harmonies of #0C600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C600E

Black with #0C600E

Text Example


Text Example

White with #0C600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,14); }

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

background-color css

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

 a { background-color: rgb(12,96,14); }

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

border-color css

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

 span { border-color: rgb(12,96,14); }

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