#01961A

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

Shades of Islamic Green #01961A

Tints of Islamic Green #01961A

Color information

#01961A (or 0x01961A) is unknown color: approx Islamic Green. HEX triplet: 01, 96 and 1A. RGB value is (1,150,26). Sum of RGB (Red+Green+Blue) = 1+150+26=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #01961A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01961A is #FE69E5. Grayscale: #5B5B5B. Windows color (decimal): -16673254 or 1742337. OLE color: 1742337.

HSL color Cylindrical-coordinate representation of color #01961A: hue angle of 130.07º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01961A is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB115026-
CMYK0.9900.830.41
HSL130.07º98.68%29.61%-
HSV(B)130.07º99.33%58.82%-
XYZ11.1121.894.62-
YUV91.3191.1463.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 150 (58.98% from 255) = 84.75%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=0.56%
G=84.75%
B=14.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1150260.9900.830.41130.0798.6829.61
Hex1961A630532982631e
Octal12263214301235120214336
Binary1100101101101011000110101001110100110000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,150,26); }

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

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

 a { background-color: rgb(1,150,26); }

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

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

 span { border-color: rgb(1,150,26); }

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