#0A4E02

Color #0A4E02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0A4E02

Tints of Myrtle #0A4E02

Color information

#0A4E02 (or 0x0A4E02) is unknown color: approx Myrtle. HEX triplet: 0A, 4E and 02. RGB value is (10,78,2). Sum of RGB (Red+Green+Blue) = 10+78+2=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #0A4E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A4E02 is #F5B1FD. Grayscale: #313131. Windows color (decimal): -16101886 or 151050. OLE color: 151050.

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

Color convert

RGB10782-
CMYK0.8700.970.69
HSL113.68º95%15.69%-
HSV(B)113.68º97.44%30.59%-
XYZ2.865.520.97-
YUV49101.47100.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.11%
GREEN value IS 78 (30.86% from 255) = 86.67%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=11.11%
G=86.67%
B=2.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal107820.8700.970.69113.689515.69
HexA4E25706145725f10
Octal121162127014110516213720
Binary101010011101010101110110000110001011110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A4E02;
 }
 .AnyTagClassName
 {
   color: #0A4E02;
 }
</style>
background-color css

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

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

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

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

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

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