Html Css Color HEX #149910 Islamic Green

📋 copy color: '#149910'

red 20 ◦ green 153 ◦ blue 16

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

Shades of Islamic Green #149910

Tints of Islamic Green #149910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 10.58%
G = 80.95%
B = 8.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#149910 (or 0x149910) is known color: Islamic Green. HEX triplet: 14, 99 and 10. RGB value is (20,153,16). Sum of RGB (Red+Green+Blue) = 20+153+16=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 153 (60.16% from 255 or 80.95% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 153 - color contains mainly: green. Hex color #149910 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149910 is #EB66EF. Grayscale: #626262. Windows color (decimal): -15427312 or 1087764. OLE color: 1087764.

HSL color Cylindrical-coordinate representation of color #149910: hue angle of 118.25º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #149910 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 16 -
CMYK 0.87 0 0.90 0.4
HSL 118.25º 0.81% 0.33% -
HSV(B) 118.25º 0.9% 0.6% -
XYZ 11.77 22.97 4.3 -
YUV 97.62 81.94 72.64 -
System Red Green Blue C M Y K H S L
Decimal 20 153 16 0.87 0 0.90 0.4 118.25 0.81 0.33
Hex 14 99 10 57 0 5A 28 76 51 21
Octal 24 231 20 127 0 132 50 166 121 41
Binary 10100 10011001 10000 1010111 0 1011010 101000 1110110 1010001 100001

Color Harmonies of #149910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149910

Black with #149910

Text Example


Text Example

White with #149910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149910; }

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

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

background-color css

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

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

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

border-color css

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

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

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