#01920A

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

Shades of Islamic Green #01920A

Tints of Islamic Green #01920A

Color information

#01920A (or 0x01920A) is unknown color: approx Islamic Green. HEX triplet: 01, 92 and 0A. RGB value is (1,146,10). Sum of RGB (Red+Green+Blue) = 1+146+10=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 146 (57.42% from 255 or 92.99% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 146 - color contains mainly: green. Hex color #01920A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01920A is #FE6DF5. Grayscale: #575757. Windows color (decimal): -16674294 or 692737. OLE color: 692737.

HSL color Cylindrical-coordinate representation of color #01920A: hue angle of 123.72º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01920A is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB114610-
CMYK0.9900.930.43
HSL123.72º98.64%28.82%-
HSV(B)123.72º99.32%57.25%-
XYZ10.3520.593.72-
YUV87.1484.4666.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 146 (57.42% from 255) = 92.99%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=0.64%
G=92.99%
B=6.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1146100.9900.930.43123.7298.6428.82
Hex192A6305D2B7c631d
Octal12221214301355317414335
Binary11001001010101100011010111011010111111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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