Html Css Color HEX #149E06 Islamic Green

📋 copy color: '#149E06'

red 20 ◦ green 158 ◦ blue 6

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

Shades of Islamic Green #149E06

Tints of Islamic Green #149E06

RGB

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

 GREEN value IS 158 (62.11% from 255) = 85.87%

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

R = 10.87%
G = 85.87%
B = 3.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#149E06 (or 0x149E06) is known color: Islamic Green. HEX triplet: 14, 9E and 06. RGB value is (20,158,6). Sum of RGB (Red+Green+Blue) = 20+158+6=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 158 (62.11% from 255 or 85.87% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 158 - color contains mainly: green. Hex color #149E06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E06 is #EB61F9. Grayscale: #636363. Windows color (decimal): -15426042 or 433684. OLE color: 433684.

HSL color Cylindrical-coordinate representation of color #149E06: hue angle of 114.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #149E06 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 6 -
CMYK 0.87 0 0.96 0.38
HSL 114.47º 0.93% 0.32% -
HSV(B) 114.47º 0.96% 0.62% -
XYZ 12.55 24.62 4.26 -
YUV 99.41 75.28 71.36 -
System Red Green Blue C M Y K H S L
Decimal 20 158 6 0.87 0 0.96 0.38 114.47 0.93 0.32
Hex 14 9E 6 57 0 60 26 72 5D 20
Octal 24 236 6 127 0 140 46 162 135 40
Binary 10100 10011110 110 1010111 0 1100000 100110 1110010 1011101 100000

Color Harmonies of #149E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E06

Black with #149E06

Text Example


Text Example

White with #149E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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