Html Css Color HEX #149E03 Islamic Green

📋 copy color: '#149E03'

red 20 ◦ green 158 ◦ blue 3

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

Shades of Islamic Green #149E03

Tints of Islamic Green #149E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.66%

R = 11.05%
G = 87.29%
B = 1.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#149E03 (or 0x149E03) is known color: Islamic Green. HEX triplet: 14, 9E and 03. RGB value is (20,158,3). Sum of RGB (Red+Green+Blue) = 20+158+3=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 158 (62.11% from 255 or 87.29% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 158 - color contains mainly: green. Hex color #149E03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E03 is #EB61FC. Grayscale: #636363. Windows color (decimal): -15426045 or 237076. OLE color: 237076.

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

Color convert

RGB 20 158 3 -
CMYK 0.87 0 0.98 0.38
HSL 113.42º 0.96% 0.32% -
HSV(B) 113.42º 0.98% 0.62% -
XYZ 12.53 24.61 4.18 -
YUV 99.07 73.78 71.6 -
System Red Green Blue C M Y K H S L
Decimal 20 158 3 0.87 0 0.98 0.38 113.42 0.96 0.32
Hex 14 9E 3 57 0 62 26 71 60 20
Octal 24 236 3 127 0 142 46 161 140 40
Binary 10100 10011110 11 1010111 0 1100010 100110 1110001 1100000 100000

Color Harmonies of #149E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E03

Black with #149E03

Text Example


Text Example

White with #149E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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