Html Css Color HEX #0C5002 Myrtle

📋 copy color: '#0C5002'

red 12 ◦ green 80 ◦ blue 2

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

Shades of Myrtle #0C5002

Tints of Myrtle #0C5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 85.11%

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

R = 12.77%
G = 85.11%
B = 2.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#0C5002 (or 0x0C5002) is known color: Myrtle. HEX triplet: 0C, 50 and 02. RGB value is (12,80,2). Sum of RGB (Red+Green+Blue) = 12+80+2=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 80 (31.64% from 255 or 85.11% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 80 - color contains mainly: green. Hex color #0C5002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5002 is #F3AFFD. Grayscale: #333333. Windows color (decimal): -15970302 or 151564. OLE color: 151564.

HSL color Cylindrical-coordinate representation of color #0C5002: hue angle of 112.31º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C5002 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 12 80 2 -
CMYK 0.85 0 0.98 0.69
HSL 112.31º 0.95% 0.16% -
HSV(B) 112.31º 0.98% 0.31% -
XYZ 3.03 5.82 1.02 -
YUV 50.78 100.47 100.34 -
System Red Green Blue C M Y K H S L
Decimal 12 80 2 0.85 0 0.98 0.69 112.31 0.95 0.16
Hex C 50 2 55 0 62 45 70 5F 10
Octal 14 120 2 125 0 142 105 160 137 20
Binary 1100 1010000 10 1010101 0 1100010 1000101 1110000 1011111 10000

Color Harmonies of #0C5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5002

Black with #0C5002

Text Example


Text Example

White with #0C5002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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