#05AE4E

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

Shades of Pigment Green #05AE4E

Tints of Pigment Green #05AE4E

Color information

#05AE4E (or 0x05AE4E) is unknown color: approx Pigment Green. HEX triplet: 05, AE and 4E. RGB value is (5,174,78). Sum of RGB (Red+Green+Blue) = 5+174+78=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 174 (68.36% from 255 or 67.70% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AE4E is #FA51B1. Grayscale: #707070. Windows color (decimal): -16404914 or 5156357. OLE color: 5156357.

HSL color Cylindrical-coordinate representation of color #05AE4E: hue angle of 145.92º 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 #05AE4E is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB517478-
CMYK0.9700.550.32
HSL145.92º94.41%35.1%-
HSV(B)145.92º97.13%68.24%-
XYZ16.5730.8512.29-
YUV112.52108.5151.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 174 (68.36% from 255) = 67.70%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=1.95%
G=67.70%
B=30.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5174780.9700.550.32145.9294.4135.1
Hex5AE4E6103720925e23
Octal52561161410674022213643
Binary10110101110100111011000010110111100000100100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,174,78); }

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

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

 a { background-color: rgb(5,174,78); }

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

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

 span { border-color: rgb(5,174,78); }

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