Html Css Color HEX #149806 Islamic Green

📋 copy color: '#149806'

red 20 ◦ green 152 ◦ blue 6

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

Shades of Islamic Green #149806

Tints of Islamic Green #149806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 11.24%
G = 85.39%
B = 3.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#149806 (or 0x149806) is known color: Islamic Green. HEX triplet: 14, 98 and 06. RGB value is (20,152,6). Sum of RGB (Red+Green+Blue) = 20+152+6=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 152 (59.77% from 255 or 85.39% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 152 - color contains mainly: green. Hex color #149806 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149806 is #EB67F9. Grayscale: #606060. Windows color (decimal): -15427578 or 432148. OLE color: 432148.

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

Color convert

RGB 20 152 6 -
CMYK 0.87 0 0.96 0.40
HSL 114.25º 0.92% 0.31% -
HSV(B) 114.25º 0.96% 0.6% -
XYZ 11.55 22.62 3.93 -
YUV 95.89 77.27 73.87 -
System Red Green Blue C M Y K H S L
Decimal 20 152 6 0.87 0 0.96 0.40 114.25 0.92 0.31
Hex 14 98 6 57 0 60 28 72 5C 1F
Octal 24 230 6 127 0 140 50 162 134 37
Binary 10100 10011000 110 1010111 0 1100000 101000 1110010 1011100 11111

Color Harmonies of #149806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149806

Black with #149806

Text Example


Text Example

White with #149806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149806; }

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

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

background-color css

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

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

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

border-color css

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

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

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