#05AA3F

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

Shades of Pigment Green #05AA3F

Tints of Pigment Green #05AA3F

Color information

#05AA3F (or 0x05AA3F) is unknown color: approx Pigment Green. HEX triplet: 05, AA and 3F. RGB value is (5,170,63). Sum of RGB (Red+Green+Blue) = 5+170+63=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA3F is #FA55C0. Grayscale: #6C6C6C. Windows color (decimal): -16405953 or 4172293. OLE color: 4172293.

HSL color Cylindrical-coordinate representation of color #05AA3F: hue angle of 141.09º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA3F is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB517063-
CMYK0.9700.630.33
HSL141.09º94.29%34.31%-
HSV(B)141.09º97.06%66.67%-
XYZ15.3329.149.52-
YUV108.47102.3454.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 170 (66.80% from 255) = 71.43%
BLUE value IS 63 (25% from 255) = 26.47%
R=2.10%
G=71.43%
B=26.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5170630.9700.630.33141.0994.2934.31
Hex5AA3F6103F218d5e22
Octal5252771410774121513642
Binary1011010101011111111000010111111100001100011011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,170,63); }

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

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

 a { background-color: rgb(5,170,63); }

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

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

 span { border-color: rgb(5,170,63); }

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