#05AD14

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

Shades of Islamic Green #05AD14

Tints of Islamic Green #05AD14

Color information

#05AD14 (or 0x05AD14) is unknown color: approx Islamic Green. HEX triplet: 05, AD and 14. RGB value is (5,173,20). Sum of RGB (Red+Green+Blue) = 5+173+20=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 173 (67.97% from 255 or 87.37% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AD14 is #FA52EB. Grayscale: #696969. Windows color (decimal): -16405228 or 1355013. OLE color: 1355013.

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

Color convert

RGB517320-
CMYK0.9700.880.32
HSL125.36º94.38%34.9%-
HSV(B)125.36º97.11%67.84%-
XYZ15.1329.975.65-
YUV105.3379.8456.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.53%
GREEN value IS 173 (67.97% from 255) = 87.37%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=2.53%
G=87.37%
B=10.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5173200.9700.880.32125.3694.3834.9
Hex5AD1461058207d5e23
Octal52552414101304017513643
Binary101101011011010011000010101100010000011111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,173,20); }

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

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

 a { background-color: rgb(5,173,20); }

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

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

 span { border-color: rgb(5,173,20); }

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