Html Css Color HEX #0A500C Myrtle

📋 copy color: '#0A500C'

red 10 ◦ green 80 ◦ blue 12

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

Shades of Myrtle #0A500C

Tints of Myrtle #0A500C

RGB

 RED value IS 10 (4.3% from 255) = 9.8%

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

 BLUE value IS 12 (5.08% from 255) = 11.76%

R = 9.8%
G = 78.43%
B = 11.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#0A500C (or 0x0A500C) is known color: Myrtle. HEX triplet: 0A, 50 and 0C. RGB value is (10,80,12). Sum of RGB (Red+Green+Blue) = 10+80+12=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #0A500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A500C is #F5AFF3. Grayscale: #333333. Windows color (decimal): -16101364 or 806922. OLE color: 806922.

HSL color Cylindrical-coordinate representation of color #0A500C: hue angle of 121.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A500C is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 10 80 12 -
CMYK 0.87 0 0.85 0.69
HSL 121.71º 0.78% 0.18% -
HSV(B) 121.71º 0.88% 0.31% -
XYZ 3.06 5.83 1.31 -
YUV 51.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 10 80 12 0.87 0 0.85 0.69 121.71 0.78 0.18
Hex A 50 C 57 0 55 45 7A 4E 12
Octal 12 120 14 127 0 125 105 172 116 22
Binary 1010 1010000 1100 1010111 0 1010101 1000101 1111010 1001110 10010

Color Harmonies of #0A500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A500C

Black with #0A500C

Text Example


Text Example

White with #0A500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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