#015F0A

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

Shades of Green #015F0A

Tints of Green #015F0A

Color information

#015F0A (or 0x015F0A) is unknown color: approx Green. HEX triplet: 01, 5F and 0A. RGB value is (1,95,10). Sum of RGB (Red+Green+Blue) = 1+95+10=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 95 (37.5% from 255 or 89.62% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 95 - color contains mainly: green. Hex color #015F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F0A is #FEA0F5. Grayscale: #393939. Windows color (decimal): -16687350 or 679681. OLE color: 679681.

HSL color Cylindrical-coordinate representation of color #015F0A: hue angle of 125.74º 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 #015F0A is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB19510-
CMYK0.9900.890.63
HSL125.74º97.92%18.82%-
HSV(B)125.74º98.95%37.25%-
XYZ4.168.211.65-
YUV57.2101.3687.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 95 (37.5% from 255) = 89.62%
BLUE value IS 10 (4.30% from 255) = 9.43%
R=0.94%
G=89.62%
B=9.43%

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
Decimal195100.9900.890.63125.7497.9218.82
Hex15FA630593F7e6213
Octal11371214301317717614223
Binary1101111110101100011010110011111111111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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