#01B212

Color #01B212 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #01B212

Tints of Islamic Green #01B212

Color information

#01B212 (or 0x01B212) is unknown color: approx Islamic Green. HEX triplet: 01, B2 and 12. RGB value is (1,178,18). Sum of RGB (Red+Green+Blue) = 1+178+18=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 178 (69.92% from 255 or 90.36% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 178 - color contains mainly: green. Hex color #01B212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01B212 is #FE4DED. Grayscale: #6B6B6B. Windows color (decimal): -16666094 or 1225217. OLE color: 1225217.

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

Color convert

RGB117818-
CMYK0.9900.900.30
HSL125.76º98.88%35.1%-
HSV(B)125.76º99.44%69.8%-
XYZ16.0431.895.88-
YUV106.8477.8652.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 178 (69.92% from 255) = 90.36%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=0.51%
G=90.36%
B=9.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1178180.9900.900.30125.7698.8835.1
Hex1B2126305A1E7e6323
Octal12622214301323617614343
Binary110110010100101100011010110101111011111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01B212;
 }
 .AnyTagClassName
 {
   color: #01B212;
 }
</style>
background-color css

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

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

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

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

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

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