#0A1E08

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

Shades of Myrtle #0A1E08

Tints of Myrtle #0A1E08

Color information

#0A1E08 (or 0x0A1E08) is unknown color: approx Myrtle. HEX triplet: 0A, 1E and 08. RGB value is (10,30,8). Sum of RGB (Red+Green+Blue) = 10+30+8=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E08 is #F5E1F7. Grayscale: #151515. Windows color (decimal): -16114168 or 531978. OLE color: 531978.

HSL color Cylindrical-coordinate representation of color #0A1E08: hue angle of 114.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A1E08 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.

Color convert

RGB10308-
CMYK0.6700.730.88
HSL114.55º57.89%7.45%-
HSV(B)114.55º73.33%11.76%-
XYZ0.631.010.39-
YUV21.51120.37119.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20.83%
GREEN value IS 30 (12.11% from 255) = 62.5%
BLUE value IS 8 (3.52% from 255) = 16.67%
R=20.83%
G=62.5%
B=16.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal103080.6700.730.88114.5557.897.45
HexA1E84304958733a7
Octal1236101030111130163727
Binary101011110100010000110100100110110001110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,30,8); }

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

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

 a { background-color: rgb(10,30,8); }

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

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

 span { border-color: rgb(10,30,8); }

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