#05B012

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

Shades of Islamic Green #05B012

Tints of Islamic Green #05B012

Color information

#05B012 (or 0x05B012) is unknown color: approx Islamic Green. HEX triplet: 05, B0 and 12. RGB value is (5,176,18). Sum of RGB (Red+Green+Blue) = 5+176+18=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 176 (69.14% from 255 or 88.44% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 176 - color contains mainly: green. Hex color #05B012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05B012 is #FA4FED. Grayscale: #6B6B6B. Windows color (decimal): -16404462 or 1224709. OLE color: 1224709.

HSL color Cylindrical-coordinate representation of color #05B012: hue angle of 124.56º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B012 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB517618-
CMYK0.9700.900.31
HSL124.56º94.48%35.49%-
HSV(B)124.56º97.16%69.02%-
XYZ15.731.135.75-
YUV106.8677.8555.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 176 (69.14% from 255) = 88.44%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=2.51%
G=88.44%
B=9.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5176180.9700.900.31124.5694.4835.49
Hex5B0126105A1F7d5e23
Octal52602214101323717513643
Binary10110110000100101100001010110101111111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B012; }

 p { color: rgb(5,176,18); }

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

<style>
 a { background-color: #05B012; }

 a { background-color: rgb(5,176,18); }

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

<style>
 span { border-color: #05B012; }

 span { border-color: rgb(5,176,18); }

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