Html Css Color HEX #149B01 Islamic Green

📋 copy color: '#149B01'

red 20 ◦ green 155 ◦ blue 1

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

Shades of Islamic Green #149B01

Tints of Islamic Green #149B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 11.36%
G = 88.07%
B = 0.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#149B01 (or 0x149B01) is known color: Islamic Green. HEX triplet: 14, 9B and 01. RGB value is (20,155,1). Sum of RGB (Red+Green+Blue) = 20+155+1=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 155 (60.94% from 255 or 88.07% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 155 - color contains mainly: green. Hex color #149B01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B01 is #EB64FE. Grayscale: #616161. Windows color (decimal): -15426815 or 105236. OLE color: 105236.

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

Color convert

RGB 20 155 1 -
CMYK 0.87 0 0.99 0.39
HSL 112.6º 0.99% 0.31% -
HSV(B) 112.6º 0.99% 0.61% -
XYZ 12.02 23.59 3.95 -
YUV 97.08 73.77 73.02 -
System Red Green Blue C M Y K H S L
Decimal 20 155 1 0.87 0 0.99 0.39 112.6 0.99 0.31
Hex 14 9B 1 57 0 63 27 71 63 1F
Octal 24 233 1 127 0 143 47 161 143 37
Binary 10100 10011011 1 1010111 0 1100011 100111 1110001 1100011 11111

Color Harmonies of #149B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B01

Black with #149B01

Text Example


Text Example

White with #149B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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