Html Css Color HEX #149202 Islamic Green

📋 copy color: '#149202'

red 20 ◦ green 146 ◦ blue 2

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

Shades of Islamic Green #149202

Tints of Islamic Green #149202

RGB

 RED value IS 20 (8.2% from 255) = 11.9%

 GREEN value IS 146 (57.42% from 255) = 86.9%

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

R = 11.9%
G = 86.9%
B = 1.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#149202 (or 0x149202) is known color: Islamic Green. HEX triplet: 14, 92 and 02. RGB value is (20,146,2). Sum of RGB (Red+Green+Blue) = 20+146+2=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 146 (57.42% from 255 or 86.90% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 146 - color contains mainly: green. Hex color #149202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149202 is #EB6DFD. Grayscale: #5C5C5C. Windows color (decimal): -15429118 or 168468. OLE color: 168468.

HSL color Cylindrical-coordinate representation of color #149202: hue angle of 112.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #149202 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 2 -
CMYK 0.86 0 0.99 0.43
HSL 112.5º 0.97% 0.29% -
HSV(B) 112.5º 0.99% 0.57% -
XYZ 10.58 20.71 3.5 -
YUV 91.91 77.26 76.71 -
System Red Green Blue C M Y K H S L
Decimal 20 146 2 0.86 0 0.99 0.43 112.5 0.97 0.29
Hex 14 92 2 56 0 63 2B 70 61 1D
Octal 24 222 2 126 0 143 53 160 141 35
Binary 10100 10010010 10 1010110 0 1100011 101011 1110000 1100001 11101

Color Harmonies of #149202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149202

Black with #149202

Text Example


Text Example

White with #149202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149202; }

 p { color: rgb(20,146,2); }

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

background-color css

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

 a { background-color: rgb(20,146,2); }

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

border-color css

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

 span { border-color: rgb(20,146,2); }

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