Html Css Color HEX #01B118 Islamic Green

📋 copy color: '#01B118'

red 1 ◦ green 177 ◦ blue 24

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

Shades of Islamic Green #01B118

Tints of Islamic Green #01B118

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 177 (69.53% from 255) = 87.62%

 BLUE value IS 24 (9.77% from 255) = 11.88%

R = 0.5%
G = 87.62%
B = 11.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#01B118 (or 0x01B118) is known color: Islamic Green. HEX triplet: 01, B1 and 18. RGB value is (1,177,24). Sum of RGB (Red+Green+Blue) = 1+177+24=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 177 (69.53% from 255 or 87.62% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 177 - color contains mainly: green. Hex color #01B118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B118 is #FE4EE7. Grayscale: #6B6B6B. Windows color (decimal): -16666344 or 1618177. OLE color: 1618177.

HSL color Cylindrical-coordinate representation of color #01B118: hue angle of 127.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B118 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 177 24 -
CMYK 0.99 0 0.86 0.31
HSL 127.84º 0.99% 0.35% -
HSV(B) 127.84º 0.99% 0.69% -
XYZ 15.9 31.52 6.11 -
YUV 106.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 1 177 24 0.99 0 0.86 0.31 127.84 0.99 0.35
Hex 1 B1 18 63 0 56 1F 80 63 23
Octal 1 261 30 143 0 126 37 200 143 43
Binary 1 10110001 11000 1100011 0 1010110 11111 10000000 1100011 100011

Color Harmonies of #01B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B118

Black with #01B118

Text Example


Text Example

White with #01B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B118; }

 p { color: rgb(1,177,24); }

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

background-color css

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

 a { background-color: rgb(1,177,24); }

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

border-color css

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

 span { border-color: rgb(1,177,24); }

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