Html Css Color HEX #01960B Islamic Green

📋 copy color: '#01960B'

red 1 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #01960B

Tints of Islamic Green #01960B

RGB

 RED value IS 1 (0.78% from 255) = 0.62%

 GREEN value IS 150 (58.98% from 255) = 92.59%

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 0.62%
G = 92.59%
B = 6.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#01960B (or 0x01960B) is known color: Islamic Green. HEX triplet: 01, 96 and 0B. RGB value is (1,150,11). Sum of RGB (Red+Green+Blue) = 1+150+11=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 150 (58.98% from 255 or 92.59% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 150 - color contains mainly: green. Hex color #01960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01960B is #FE69F4. Grayscale: #5A5A5A. Windows color (decimal): -16673269 or 759297. OLE color: 759297.

HSL color Cylindrical-coordinate representation of color #01960B: hue angle of 124.03º 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 #01960B is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 150 11 -
CMYK 0.99 0 0.93 0.41
HSL 124.03º 0.99% 0.3% -
HSV(B) 124.03º 0.99% 0.59% -
XYZ 10.98 21.84 3.95 -
YUV 89.6 83.64 64.8 -
System Red Green Blue C M Y K H S L
Decimal 1 150 11 0.99 0 0.93 0.41 124.03 0.99 0.3
Hex 1 96 B 63 0 5D 29 7C 63 1E
Octal 1 226 13 143 0 135 51 174 143 36
Binary 1 10010110 1011 1100011 0 1011101 101001 1111100 1100011 11110

Color Harmonies of #01960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01960B

Black with #01960B

Text Example


Text Example

White with #01960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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