Html Css Color HEX #0C6202 Green

📋 copy color: '#0C6202'

red 12 ◦ green 98 ◦ blue 2

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

Shades of Green #0C6202

Tints of Green #0C6202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.79%

R = 10.71%
G = 87.5%
B = 1.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#0C6202 (or 0x0C6202) is known color: Green. HEX triplet: 0C, 62 and 02. RGB value is (12,98,2). Sum of RGB (Red+Green+Blue) = 12+98+2=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #0C6202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6202 is #F39DFD. Grayscale: #3D3D3D. Windows color (decimal): -15965694 or 156172. OLE color: 156172.

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

Color convert

RGB 12 98 2 -
CMYK 0.88 0 0.98 0.62
HSL 113.75º 0.96% 0.2% -
HSV(B) 113.75º 0.98% 0.38% -
XYZ 4.53 8.82 1.52 -
YUV 61.34 94.51 92.81 -
System Red Green Blue C M Y K H S L
Decimal 12 98 2 0.88 0 0.98 0.62 113.75 0.96 0.2
Hex C 62 2 58 0 62 3E 72 60 14
Octal 14 142 2 130 0 142 76 162 140 24
Binary 1100 1100010 10 1011000 0 1100010 111110 1110010 1100000 10100

Color Harmonies of #0C6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6202

Black with #0C6202

Text Example


Text Example

White with #0C6202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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