Html Css Color HEX #0A4E11 Myrtle

📋 copy color: '#0A4E11'

red 10 ◦ green 78 ◦ blue 17

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

Shades of Myrtle #0A4E11

Tints of Myrtle #0A4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 74.29%

 BLUE value IS 17 (7.03% from 255) = 16.19%

R = 9.52%
G = 74.29%
B = 16.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#0A4E11 (or 0x0A4E11) is known color: Myrtle. HEX triplet: 0A, 4E and 11. RGB value is (10,78,17). Sum of RGB (Red+Green+Blue) = 10+78+17=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 78 (30.86% from 255 or 74.29% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4E11 is #F5B1EE. Grayscale: #323232. Windows color (decimal): -16101871 or 1134090. OLE color: 1134090.

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

Color convert

RGB 10 78 17 -
CMYK 0.87 0 0.78 0.69
HSL 126.18º 0.77% 0.17% -
HSV(B) 126.18º 0.87% 0.31% -
XYZ 2.95 5.55 1.45 -
YUV 50.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 10 78 17 0.87 0 0.78 0.69 126.18 0.77 0.17
Hex A 4E 11 57 0 4E 45 7E 4D 11
Octal 12 116 21 127 0 116 105 176 115 21
Binary 1010 1001110 10001 1010111 0 1001110 1000101 1111110 1001101 10001

Color Harmonies of #0A4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4E11

Black with #0A4E11

Text Example


Text Example

White with #0A4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,78,17); }

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

background-color css

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

 a { background-color: rgb(10,78,17); }

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

border-color css

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

 span { border-color: rgb(10,78,17); }

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