#01610A

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

Shades of Green #01610A

Tints of Green #01610A

Color information

#01610A (or 0x01610A) is unknown color: approx Green. HEX triplet: 01, 61 and 0A. RGB value is (1,97,10). Sum of RGB (Red+Green+Blue) = 1+97+10=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 97 (38.28% from 255 or 89.81% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 97 - color contains mainly: green. Hex color #01610A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01610A is #FE9EF5. Grayscale: #3A3A3A. Windows color (decimal): -16686838 or 680193. OLE color: 680193.

HSL color Cylindrical-coordinate representation of color #01610A: hue angle of 125.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01610A is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB19710-
CMYK0.9900.900.62
HSL125.62º97.96%19.22%-
HSV(B)125.62º98.97%38.04%-
XYZ4.348.581.71-
YUV58.38100.787.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 97 (38.28% from 255) = 89.81%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=0.93%
G=89.81%
B=9.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197100.9900.900.62125.6297.9619.22
Hex161A6305A3E7e6213
Octal11411214301327617614223
Binary1110000110101100011010110101111101111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01610A; }

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

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

<style>
 a { background-color: #01610A; }

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

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

<style>
 span { border-color: #01610A; }

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

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