#AAFD68

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

Shades of Conifer #AAFD68

Tints of Conifer #AAFD68

Color information

#AAFD68 (or 0xAAFD68) is unknown color: approx Conifer. HEX triplet: AA, FD and 68. RGB value is (170,253,104). Sum of RGB (Red+Green+Blue) = 170+253+104=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFD68 is #550297. Grayscale: #D3D3D3. Windows color (decimal): -5571224 or 6880682. OLE color: 6880682.

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

Color convert

RGB170253104-
CMYK0.3300.590.01
HSL93.42º97.39%70%-
HSV(B)93.42º58.89%99.22%-
XYZ54.279.825.64-
YUV211.267.598.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 253 (99.22% from 255) = 48.01%
BLUE value IS 104 (41.02% from 255) = 19.73%
R=32.26%
G=48.01%
B=19.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702531040.3300.590.0193.4297.3970
HexAAFD682103B15d6146
Octal252375150410731135141106
Binary1010101011111101110100010000101110111101110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFD68; }

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

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

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

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

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

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

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

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