#AAFD58

Color #AAFD58 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #AAFD58

Tints of Conifer #AAFD58

Color information

#AAFD58 (or 0xAAFD58) is unknown color: approx Conifer. HEX triplet: AA, FD and 58. RGB value is (170,253,88). Sum of RGB (Red+Green+Blue) = 170+253+88=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD58 is #5502A7. Grayscale: #D1D1D1. Windows color (decimal): -5571240 or 5832106. OLE color: 5832106.

HSL color Cylindrical-coordinate representation of color #AAFD58: hue angle of 90.18º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAFD58 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB17025388-
CMYK0.3300.650.01
HSL90.18º97.63%66.86%-
HSV(B)90.18º65.22%99.22%-
XYZ53.4679.521.76-
YUV209.3759.599.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 253 (99.22% from 255) = 49.51%
BLUE value IS 88 (34.77% from 255) = 17.22%
R=33.27%
G=49.51%
B=17.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal170253880.3300.650.0190.1897.6366.86
HexAAFD582104115a6243
Octal2523751304101011132142103
Binary10101010111111011011000100001010000011101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD58; }

 p { color: rgb(170,253,88); }

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

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

 a { background-color: rgb(170,253,88); }

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

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

 span { border-color: rgb(170,253,88); }

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