#05AE4C

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

Shades of Pigment Green #05AE4C

Tints of Pigment Green #05AE4C

Color information

#05AE4C (or 0x05AE4C) is unknown color: approx Pigment Green. HEX triplet: 05, AE and 4C. RGB value is (5,174,76). Sum of RGB (Red+Green+Blue) = 5+174+76=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 174 (68.36% from 255 or 68.24% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 174 - color contains mainly: green. Hex color #05AE4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AE4C is #FA51B3. Grayscale: #707070. Windows color (decimal): -16404916 or 5025285. OLE color: 5025285.

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

Color convert

RGB517476-
CMYK0.9700.560.32
HSL145.21º94.41%35.1%-
HSV(B)145.21º97.13%68.24%-
XYZ16.530.8311.92-
YUV112.3107.5151.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 174 (68.36% from 255) = 68.24%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=1.96%
G=68.24%
B=29.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5174760.9700.560.32145.2194.4135.1
Hex5AE4C6103820915e23
Octal52561141410704022113643
Binary10110101110100110011000010111000100000100100011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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