Html Css Color HEX #149808 Islamic Green

📋 copy color: '#149808'

red 20 ◦ green 152 ◦ blue 8

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

Shades of Islamic Green #149808

Tints of Islamic Green #149808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.44%

R = 11.11%
G = 84.44%
B = 4.44%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#149808 (or 0x149808) is known color: Islamic Green. HEX triplet: 14, 98 and 08. RGB value is (20,152,8). Sum of RGB (Red+Green+Blue) = 20+152+8=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #149808 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149808 is #EB67F7. Grayscale: #606060. Windows color (decimal): -15427576 or 563220. OLE color: 563220.

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

Color convert

RGB 20 152 8 -
CMYK 0.87 0 0.95 0.40
HSL 115º 0.9% 0.31% -
HSV(B) 115º 0.95% 0.6% -
XYZ 11.56 22.62 3.99 -
YUV 96.12 78.27 73.71 -
System Red Green Blue C M Y K H S L
Decimal 20 152 8 0.87 0 0.95 0.40 115 0.9 0.31
Hex 14 98 8 57 0 5F 28 73 5A 1F
Octal 24 230 10 127 0 137 50 163 132 37
Binary 10100 10011000 1000 1010111 0 1011111 101000 1110011 1011010 11111

Color Harmonies of #149808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149808

Black with #149808

Text Example


Text Example

White with #149808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149808; }

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

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

background-color css

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

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

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

border-color css

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

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

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