#00950A

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

Shades of Islamic Green #00950A

Tints of Islamic Green #00950A

Color information

#00950A (or 0x00950A) is unknown color: approx Islamic Green. HEX triplet: 00, 95 and 0A. RGB value is (0,149,10). Sum of RGB (Red+Green+Blue) = 0+149+10=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 149 (58.59% from 255 or 93.71% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 149 - color contains mainly: green. Hex color #00950A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00950A is #FF6AF5. Grayscale: #595959. Windows color (decimal): -16739062 or 693504. OLE color: 693504.

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

Color convert

RGB014910-
CMYK100.930.42
HSL124.03º100%29.22%-
HSV(B)124.03º100%58.43%-
XYZ10.821.523.87-
YUV88.683.6464.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 93.71%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=0%
G=93.71%
B=6.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014910100.930.42124.0310029.22
Hex095A6405D2A7c641d
Octal02251214401355217414435
Binary01001010110101100100010111011010101111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,149,10); }

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

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

 a { background-color: rgb(0,149,10); }

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

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

 span { border-color: rgb(0,149,10); }

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