#01950C

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

Shades of Islamic Green #01950C

Tints of Islamic Green #01950C

Color information

#01950C (or 0x01950C) is unknown color: approx Islamic Green. HEX triplet: 01, 95 and 0C. RGB value is (1,149,12). Sum of RGB (Red+Green+Blue) = 1+149+12=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 149 (58.59% from 255 or 91.98% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 149 - color contains mainly: green. Hex color #01950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01950C is #FE6AF3. Grayscale: #595959. Windows color (decimal): -16673524 or 824577. OLE color: 824577.

HSL color Cylindrical-coordinate representation of color #01950C: hue angle of 124.46º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01950C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB114912-
CMYK0.9900.920.42
HSL124.46º98.67%29.41%-
HSV(B)124.46º99.33%58.43%-
XYZ10.8321.533.93-
YUV89.1384.4765.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 149 (58.59% from 255) = 91.98%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=0.62%
G=91.98%
B=7.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1149120.9900.920.42124.4698.6729.41
Hex195C6305C2A7c631d
Octal12251414301345217414335
Binary11001010111001100011010111001010101111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01950C; }

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

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

<style>
 a { background-color: #01950C; }

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

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

<style>
 span { border-color: #01950C; }

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

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