Html Css Color HEX #159001 Islamic Green

📋 copy color: '#159001'

red 21 ◦ green 144 ◦ blue 1

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

Shades of Islamic Green #159001

Tints of Islamic Green #159001

RGB

 RED value IS 21 (8.59% from 255) = 12.65%

 GREEN value IS 144 (56.64% from 255) = 86.75%

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 12.65%
G = 86.75%
B = 0.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#159001 (or 0x159001) is known color: Islamic Green. HEX triplet: 15, 90 and 01. RGB value is (21,144,1). Sum of RGB (Red+Green+Blue) = 21+144+1=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 144 (56.64% from 255 or 86.75% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 144 - color contains mainly: green. Hex color #159001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159001 is #EA6FFE. Grayscale: #5B5B5B. Windows color (decimal): -15364095 or 102421. OLE color: 102421.

HSL color Cylindrical-coordinate representation of color #159001: hue angle of 111.61º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #159001 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 1 -
CMYK 0.85 0 0.99 0.44
HSL 111.61º 0.99% 0.28% -
HSV(B) 111.61º 0.99% 0.56% -
XYZ 10.29 20.11 3.37 -
YUV 90.92 77.25 78.13 -
System Red Green Blue C M Y K H S L
Decimal 21 144 1 0.85 0 0.99 0.44 111.61 0.99 0.28
Hex 15 90 1 55 0 63 2C 70 63 1C
Octal 25 220 1 125 0 143 54 160 143 34
Binary 10101 10010000 1 1010101 0 1100011 101100 1110000 1100011 11100

Color Harmonies of #159001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159001

Black with #159001

Text Example


Text Example

White with #159001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159001; }

 p { color: rgb(21,144,1); }

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

background-color css

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

 a { background-color: rgb(21,144,1); }

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

border-color css

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

 span { border-color: rgb(21,144,1); }

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