Html Css Color HEX #209501 Islamic Green

📋 copy color: '#209501'

red 32 ◦ green 149 ◦ blue 1

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

Shades of Islamic Green #209501

Tints of Islamic Green #209501

RGB

 RED value IS 32 (12.89% from 255) = 17.58%

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

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

R = 17.58%
G = 81.87%
B = 0.55%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#209501 (or 0x209501) is known color: Islamic Green. HEX triplet: 20, 95 and 01. RGB value is (32,149,1). Sum of RGB (Red+Green+Blue) = 32+149+1=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 149 (58.59% from 255 or 81.87% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 149 - color contains mainly: green. Hex color #209501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #209501 is #DF6AFE. Grayscale: #616161. Windows color (decimal): -14641919 or 103712. OLE color: 103712.

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

Color convert

RGB 32 149 1 -
CMYK 0.79 0 0.99 0.42
HSL 107.43º 0.99% 0.29% -
HSV(B) 107.43º 0.99% 0.58% -
XYZ 11.35 21.8 3.64 -
YUV 97.15 73.74 81.53 -
System Red Green Blue C M Y K H S L
Decimal 32 149 1 0.79 0 0.99 0.42 107.43 0.99 0.29
Hex 20 95 1 4F 0 63 2A 6B 63 1D
Octal 40 225 1 117 0 143 52 153 143 35
Binary 100000 10010101 1 1001111 0 1100011 101010 1101011 1100011 11101

Color Harmonies of #209501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209501

Black with #209501

Text Example


Text Example

White with #209501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209501; }

 p { color: rgb(32,149,1); }

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

background-color css

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

 a { background-color: rgb(32,149,1); }

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

border-color css

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

 span { border-color: rgb(32,149,1); }

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