Html Css Color HEX #0A5212 Myrtle

📋 copy color: '#0A5212'

red 10 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #0A5212

Tints of Myrtle #0A5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 74.55%

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

R = 9.09%
G = 74.55%
B = 16.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#0A5212 (or 0x0A5212) is known color: Myrtle. HEX triplet: 0A, 52 and 12. RGB value is (10,82,18). Sum of RGB (Red+Green+Blue) = 10+82+18=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 82 (32.42% from 255 or 74.55% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5212 is #F5ADED. Grayscale: #353535. Windows color (decimal): -16100846 or 1200650. OLE color: 1200650.

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

Color convert

RGB 10 82 18 -
CMYK 0.88 0 0.78 0.68
HSL 126.67º 0.78% 0.18% -
HSV(B) 126.67º 0.88% 0.32% -
XYZ 3.25 6.14 1.59 -
YUV 53.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 10 82 18 0.88 0 0.78 0.68 126.67 0.78 0.18
Hex A 52 12 58 0 4E 44 7F 4E 12
Octal 12 122 22 130 0 116 104 177 116 22
Binary 1010 1010010 10010 1011000 0 1001110 1000100 1111111 1001110 10010

Color Harmonies of #0A5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5212

Black with #0A5212

Text Example


Text Example

White with #0A5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,82,18); }

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

background-color css

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

 a { background-color: rgb(10,82,18); }

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

border-color css

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

 span { border-color: rgb(10,82,18); }

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