Html Css Color HEX #149B03 Islamic Green

📋 copy color: '#149B03'

red 20 ◦ green 155 ◦ blue 3

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

Shades of Islamic Green #149B03

Tints of Islamic Green #149B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 87.08%

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

R = 11.24%
G = 87.08%
B = 1.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.98

 K value IS 0.39

RGB Variations

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

Color information

#149B03 (or 0x149B03) is known color: Islamic Green. HEX triplet: 14, 9B and 03. RGB value is (20,155,3). Sum of RGB (Red+Green+Blue) = 20+155+3=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 155 (60.94% from 255 or 87.08% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 155 - color contains mainly: green. Hex color #149B03 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B03 is #EB64FC. Grayscale: #616161. Windows color (decimal): -15426813 or 236308. OLE color: 236308.

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

Color convert

RGB 20 155 3 -
CMYK 0.87 0 0.98 0.39
HSL 113.29º 0.96% 0.31% -
HSV(B) 113.29º 0.98% 0.61% -
XYZ 12.03 23.6 4.01 -
YUV 97.31 74.77 72.86 -
System Red Green Blue C M Y K H S L
Decimal 20 155 3 0.87 0 0.98 0.39 113.29 0.96 0.31
Hex 14 9B 3 57 0 62 27 71 60 1F
Octal 24 233 3 127 0 142 47 161 140 37
Binary 10100 10011011 11 1010111 0 1100010 100111 1110001 1100000 11111

Color Harmonies of #149B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B03

Black with #149B03

Text Example


Text Example

White with #149B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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