Html Css Color HEX #0C6412 Green

📋 copy color: '#0C6412'

red 12 ◦ green 100 ◦ blue 18

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

Shades of Green #0C6412

Tints of Green #0C6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 76.92%

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

R = 9.23%
G = 76.92%
B = 13.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#0C6412 (or 0x0C6412) is known color: Green. HEX triplet: 0C, 64 and 12. RGB value is (12,100,18). Sum of RGB (Red+Green+Blue) = 12+100+18=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 100 (39.45% from 255 or 76.92% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 100 - color contains mainly: green. Hex color #0C6412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6412 is #F39BED. Grayscale: #404040. Windows color (decimal): -15965166 or 1205260. OLE color: 1205260.

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

Color convert

RGB 12 100 18 -
CMYK 0.88 0 0.82 0.61
HSL 124.09º 0.79% 0.22% -
HSV(B) 124.09º 0.88% 0.39% -
XYZ 4.82 9.24 2.1 -
YUV 64.34 101.85 90.67 -
System Red Green Blue C M Y K H S L
Decimal 12 100 18 0.88 0 0.82 0.61 124.09 0.79 0.22
Hex C 64 12 58 0 52 3D 7C 4F 16
Octal 14 144 22 130 0 122 75 174 117 26
Binary 1100 1100100 10010 1011000 0 1010010 111101 1111100 1001111 10110

Color Harmonies of #0C6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6412

Black with #0C6412

Text Example


Text Example

White with #0C6412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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