Html Css Color HEX #159402 Islamic Green

📋 copy color: '#159402'

red 21 ◦ green 148 ◦ blue 2

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

Shades of Islamic Green #159402

Tints of Islamic Green #159402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 86.55%

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

R = 12.28%
G = 86.55%
B = 1.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#159402 (or 0x159402) is known color: Islamic Green. HEX triplet: 15, 94 and 02. RGB value is (21,148,2). Sum of RGB (Red+Green+Blue) = 21+148+2=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 148 (58.20% from 255 or 86.55% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 148 - color contains mainly: green. Hex color #159402 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #159402 is #EA6BFD. Grayscale: #5D5D5D. Windows color (decimal): -15363070 or 168981. OLE color: 168981.

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

Color convert

RGB 21 148 2 -
CMYK 0.86 0 0.99 0.42
HSL 112.19º 0.97% 0.29% -
HSV(B) 112.19º 0.99% 0.58% -
XYZ 10.91 21.34 3.6 -
YUV 93.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 21 148 2 0.86 0 0.99 0.42 112.19 0.97 0.29
Hex 15 94 2 56 0 63 2A 70 61 1D
Octal 25 224 2 126 0 143 52 160 141 35
Binary 10101 10010100 10 1010110 0 1100011 101010 1110000 1100001 11101

Color Harmonies of #159402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159402

Black with #159402

Text Example


Text Example

White with #159402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159402; }

 p { color: rgb(21,148,2); }

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

background-color css

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

 a { background-color: rgb(21,148,2); }

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

border-color css

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

 span { border-color: rgb(21,148,2); }

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