#05B80E

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

Shades of Islamic Green #05B80E

Tints of Islamic Green #05B80E

Color information

#05B80E (or 0x05B80E) is unknown color: approx Islamic Green. HEX triplet: 05, B8 and 0E. RGB value is (5,184,14). Sum of RGB (Red+Green+Blue) = 5+184+14=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 184 (72.27% from 255 or 90.64% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 184 - color contains mainly: green. Hex color #05B80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B80E is #FA47F1. Grayscale: #6F6F6F. Windows color (decimal): -16402418 or 964613. OLE color: 964613.

HSL color Cylindrical-coordinate representation of color #05B80E: hue angle of 123.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B80E is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB518414-
CMYK0.9700.920.28
HSL123.02º94.71%37.06%-
HSV(B)123.02º97.28%72.16%-
XYZ17.2834.346.13-
YUV111.173.252.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 184 (72.27% from 255) = 90.64%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=2.46%
G=90.64%
B=6.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184140.9700.920.28123.0294.7137.06
Hex5B8E6105C1C7b5f25
Octal52701614101343417313745
Binary1011011100011101100001010111001110011110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B80E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,184,14); }

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

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

 a { background-color: rgb(5,184,14); }

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

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

 span { border-color: rgb(5,184,14); }

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