Html Css Color HEX #0C6212 Green

📋 copy color: '#0C6212'

red 12 ◦ green 98 ◦ blue 18

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

Shades of Green #0C6212

Tints of Green #0C6212

RGB

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

 GREEN value IS 98 (38.67% from 255) = 76.56%

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 9.38%
G = 76.56%
B = 14.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#0C6212 (or 0x0C6212) is known color: Green. HEX triplet: 0C, 62 and 12. RGB value is (12,98,18). Sum of RGB (Red+Green+Blue) = 12+98+18=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6212 is #F39DED. Grayscale: #3F3F3F. Windows color (decimal): -15965678 or 1204748. OLE color: 1204748.

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

Color convert

RGB 12 98 18 -
CMYK 0.88 0 0.82 0.62
HSL 124.19º 0.78% 0.22% -
HSV(B) 124.19º 0.88% 0.38% -
XYZ 4.63 8.86 2.04 -
YUV 63.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 12 98 18 0.88 0 0.82 0.62 124.19 0.78 0.22
Hex C 62 12 58 0 52 3E 7C 4E 16
Octal 14 142 22 130 0 122 76 174 116 26
Binary 1100 1100010 10010 1011000 0 1010010 111110 1111100 1001110 10110

Color Harmonies of #0C6212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6212

Black with #0C6212

Text Example


Text Example

White with #0C6212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,18); }

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

background-color css

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

 a { background-color: rgb(12,98,18); }

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

border-color css

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

 span { border-color: rgb(12,98,18); }

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