#01A50C

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

Shades of Islamic Green #01A50C

Tints of Islamic Green #01A50C

Color information

#01A50C (or 0x01A50C) is unknown color: approx Islamic Green. HEX triplet: 01, A5 and 0C. RGB value is (1,165,12). Sum of RGB (Red+Green+Blue) = 1+165+12=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 165 (64.84% from 255 or 92.70% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 165 - color contains mainly: green. Hex color #01A50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A50C is #FE5AF3. Grayscale: #626262. Windows color (decimal): -16669428 or 828673. OLE color: 828673.

HSL color Cylindrical-coordinate representation of color #01A50C: hue angle of 124.02º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A50C is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB116512-
CMYK0.9900.930.35
HSL124.02º98.8%32.55%-
HSV(B)124.02º99.39%64.71%-
XYZ13.5326.944.84-
YUV98.5279.1758.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 165 (64.84% from 255) = 92.70%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=0.56%
G=92.70%
B=6.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1165120.9900.930.35124.0298.832.55
Hex1A5C6305D237c6321
Octal12451414301354317414341
Binary110100101110011000110101110110001111111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A50C; }

 p { color: rgb(1,165,12); }

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

<style>
 a { background-color: #01A50C; }

 a { background-color: rgb(1,165,12); }

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

<style>
 span { border-color: #01A50C; }

 span { border-color: rgb(1,165,12); }

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