Html Css Color HEX #01BB12 Islamic Green

📋 copy color: '#01BB12'

red 1 ◦ green 187 ◦ blue 18

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

Shades of Islamic Green #01BB12

Tints of Islamic Green #01BB12

RGB

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

 GREEN value IS 187 (73.44% from 255) = 90.78%

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 0.49%
G = 90.78%
B = 8.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#01BB12 (or 0x01BB12) is known color: Islamic Green. HEX triplet: 01, BB and 12. RGB value is (1,187,18). Sum of RGB (Red+Green+Blue) = 1+187+18=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 187 (73.44% from 255 or 90.78% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 187 - color contains mainly: green. Hex color #01BB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BB12 is #FE44ED. Grayscale: #707070. Windows color (decimal): -16663790 or 1227521. OLE color: 1227521.

HSL color Cylindrical-coordinate representation of color #01BB12: hue angle of 125.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BB12 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 187 18 -
CMYK 0.99 0 0.90 0.27
HSL 125.48º 0.99% 0.37% -
HSV(B) 125.48º 0.99% 0.73% -
XYZ 17.89 35.59 6.5 -
YUV 112.12 74.88 48.74 -
System Red Green Blue C M Y K H S L
Decimal 1 187 18 0.99 0 0.90 0.27 125.48 0.99 0.37
Hex 1 BB 12 63 0 5A 1B 7D 63 25
Octal 1 273 22 143 0 132 33 175 143 45
Binary 1 10111011 10010 1100011 0 1011010 11011 1111101 1100011 100101

Color Harmonies of #01BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BB12

Black with #01BB12

Text Example


Text Example

White with #01BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,18); }

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

background-color css

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

 a { background-color: rgb(1,187,18); }

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

border-color css

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

 span { border-color: rgb(1,187,18); }

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