Html Css Color HEX #149906 Islamic Green

📋 copy color: '#149906'

red 20 ◦ green 153 ◦ blue 6

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

Shades of Islamic Green #149906

Tints of Islamic Green #149906

RGB

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

 GREEN value IS 153 (60.16% from 255) = 85.47%

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

R = 11.17%
G = 85.47%
B = 3.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#149906 (or 0x149906) is known color: Islamic Green. HEX triplet: 14, 99 and 06. RGB value is (20,153,6). Sum of RGB (Red+Green+Blue) = 20+153+6=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 153 (60.16% from 255 or 85.47% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 153 - color contains mainly: green. Hex color #149906 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149906 is #EB66F9. Grayscale: #606060. Windows color (decimal): -15427322 or 432404. OLE color: 432404.

HSL color Cylindrical-coordinate representation of color #149906: hue angle of 114.29º 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 #149906 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 6 -
CMYK 0.87 0 0.96 0.4
HSL 114.29º 0.92% 0.31% -
HSV(B) 114.29º 0.96% 0.6% -
XYZ 11.71 22.94 3.98 -
YUV 96.48 76.94 73.45 -
System Red Green Blue C M Y K H S L
Decimal 20 153 6 0.87 0 0.96 0.4 114.29 0.92 0.31
Hex 14 99 6 57 0 60 28 72 5C 1F
Octal 24 231 6 127 0 140 50 162 134 37
Binary 10100 10011001 110 1010111 0 1100000 101000 1110010 1011100 11111

Color Harmonies of #149906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149906

Black with #149906

Text Example


Text Example

White with #149906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149906; }

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

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

background-color css

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

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

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

border-color css

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

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

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