#015E0A

Color #015E0A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #015E0A

Tints of Green #015E0A

Color information

#015E0A (or 0x015E0A) is unknown color: approx Green. HEX triplet: 01, 5E and 0A. RGB value is (1,94,10). Sum of RGB (Red+Green+Blue) = 1+94+10=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 94 (37.11% from 255 or 89.52% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 94 - color contains mainly: green. Hex color #015E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E0A is #FEA1F5. Grayscale: #383838. Windows color (decimal): -16687606 or 679425. OLE color: 679425.

HSL color Cylindrical-coordinate representation of color #015E0A: hue angle of 125.81º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E0A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB19410-
CMYK0.9900.890.63
HSL125.81º97.89%18.63%-
HSV(B)125.81º98.94%36.86%-
XYZ4.078.031.62-
YUV56.62101.6988.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 94 (37.11% from 255) = 89.52%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=0.95%
G=89.52%
B=9.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194100.9900.890.63125.8197.8918.63
Hex15EA630593F7e6213
Octal11361214301317717614223
Binary1101111010101100011010110011111111111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015E0A; }

 p { color: rgb(1,94,10); }

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

<style>
 a { background-color: #015E0A; }

 a { background-color: rgb(1,94,10); }

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

<style>
 span { border-color: #015E0A; }

 span { border-color: rgb(1,94,10); }

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