Html Css Color HEX #009502 Islamic Green

📋 copy color: '#009502'

red 0 ◦ green 149 ◦ blue 2

#009502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #009502

Tints of Islamic Green #009502

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 149 (58.59% from 255) = 98.68%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 0%
G = 98.68%
B = 1.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#009502 (or 0x009502) is known color: Islamic Green. HEX triplet: 00, 95 and 02. RGB value is (0,149,2). Sum of RGB (Red+Green+Blue) = 0+149+2=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 149 (58.59% from 255 or 98.68% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 149 - color contains mainly: green. Hex color #009502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #009502 is #FF6AFD. Grayscale: #585858. Windows color (decimal): -16739070 or 169216. OLE color: 169216.

HSL color Cylindrical-coordinate representation of color #009502: hue angle of 120.81º 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 #009502 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 149 2 -
CMYK 1 0 0.99 0.42
HSL 120.81º 1% 0.29% -
HSV(B) 120.81º 1% 0.58% -
XYZ 10.76 21.5 3.64 -
YUV 87.69 79.64 65.45 -
System Red Green Blue C M Y K H S L
Decimal 0 149 2 1 0 0.99 0.42 120.81 1 0.29
Hex 0 95 2 64 0 63 2A 79 64 1D
Octal 0 225 2 144 0 143 52 171 144 35
Binary 0 10010101 10 1100100 0 1100011 101010 1111001 1100100 11101

Color Harmonies of #009502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009502

Black with #009502

Text Example


Text Example

White with #009502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009502; }

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

 H1.HeaderClassName
 {
   color: #009502;
 }
 .AnyTagClassName
 {
   color: #009502;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #009502;
 }
 .BgClassName
 {
   background-color: #009502;
 }
</style>

border-color css

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

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

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