Html Css Color HEX #0C6A11 Green

📋 copy color: '#0C6A11'

red 12 ◦ green 106 ◦ blue 17

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

Shades of Green #0C6A11

Tints of Green #0C6A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 78.52%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 8.89%
G = 78.52%
B = 12.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#0C6A11 (or 0x0C6A11) is known color: Green. HEX triplet: 0C, 6A and 11. RGB value is (12,106,17). Sum of RGB (Red+Green+Blue) = 12+106+17=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 106 (41.80% from 255 or 78.52% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6A11 is #F395EE. Grayscale: #444444. Windows color (decimal): -15963631 or 1141260. OLE color: 1141260.

HSL color Cylindrical-coordinate representation of color #0C6A11: hue angle of 123.19º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A11 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 106 17 -
CMYK 0.89 0 0.84 0.58
HSL 123.19º 0.8% 0.23% -
HSV(B) 123.19º 0.89% 0.42% -
XYZ 5.41 10.43 2.26 -
YUV 67.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 12 106 17 0.89 0 0.84 0.58 123.19 0.8 0.23
Hex C 6A 11 59 0 54 3A 7B 50 17
Octal 14 152 21 131 0 124 72 173 120 27
Binary 1100 1101010 10001 1011001 0 1010100 111010 1111011 1010000 10111

Color Harmonies of #0C6A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A11

Black with #0C6A11

Text Example


Text Example

White with #0C6A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,106,17); }

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

background-color css

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

 a { background-color: rgb(12,106,17); }

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

border-color css

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

 span { border-color: rgb(12,106,17); }

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