#AAFD64

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

Shades of Conifer #AAFD64

Tints of Conifer #AAFD64

Color information

#AAFD64 (or 0xAAFD64) is unknown color: approx Conifer. HEX triplet: AA, FD and 64. RGB value is (170,253,100). Sum of RGB (Red+Green+Blue) = 170+253+100=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD64 is #55029B. Grayscale: #D3D3D3. Windows color (decimal): -5571228 or 6618538. OLE color: 6618538.

HSL color Cylindrical-coordinate representation of color #AAFD64: hue angle of 92.55º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAFD64 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB170253100-
CMYK0.3300.600.01
HSL92.55º97.45%69.22%-
HSV(B)92.55º60.47%99.22%-
XYZ5479.7224.6-
YUV210.7465.598.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 100 (39.45% from 255) = 19.12%
R=32.50%
G=48.37%
B=19.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531000.3300.600.0192.5597.4569.22
HexAAFD642103C15d6145
Octal252375144410741135141105
Binary1010101011111101110010010000101111001101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD64; }

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

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

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

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

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

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

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

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