Html Css Color HEX #149801 Islamic Green

📋 copy color: '#149801'

red 20 ◦ green 152 ◦ blue 1

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

Shades of Islamic Green #149801

Tints of Islamic Green #149801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 87.86%

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

R = 11.56%
G = 87.86%
B = 0.58%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#149801 (or 0x149801) is known color: Islamic Green. HEX triplet: 14, 98 and 01. RGB value is (20,152,1). Sum of RGB (Red+Green+Blue) = 20+152+1=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 152 (59.77% from 255 or 87.86% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 152 - color contains mainly: green. Hex color #149801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149801 is #EB67FE. Grayscale: #5F5F5F. Windows color (decimal): -15427583 or 104468. OLE color: 104468.

HSL color Cylindrical-coordinate representation of color #149801: hue angle of 112.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #149801 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 152 1 -
CMYK 0.87 0 0.99 0.40
HSL 112.45º 0.99% 0.3% -
HSV(B) 112.45º 0.99% 0.6% -
XYZ 11.52 22.61 3.79 -
YUV 95.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 20 152 1 0.87 0 0.99 0.40 112.45 0.99 0.3
Hex 14 98 1 57 0 63 28 70 63 1E
Octal 24 230 1 127 0 143 50 160 143 36
Binary 10100 10011000 1 1010111 0 1100011 101000 1110000 1100011 11110

Color Harmonies of #149801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149801

Black with #149801

Text Example


Text Example

White with #149801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149801; }

 p { color: rgb(20,152,1); }

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

background-color css

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

 a { background-color: rgb(20,152,1); }

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

border-color css

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

 span { border-color: rgb(20,152,1); }

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