#aad648

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

Shades of Conifer #AAD648

Tints of Conifer #AAD648

Color information

#AAD648 (or 0xAAD648) is unknown color: approx Conifer. HEX triplet: AA, D6 and 48. RGB value is (170,214,72). Sum of RGB (Red+Green+Blue) = 170+214+72=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD648 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD648 is #5529B7. Grayscale: #B9B9B9. Windows color (decimal): -5581240 or 4773546. OLE color: 4773546.

HSL color Cylindrical-coordinate representation of color #AAD648: hue angle of 78.59º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAD648 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17021472-
CMYK0.2100.660.16
HSL78.59º63.39%56.08%-
HSV(B)78.59º66.36%83.92%-
XYZ41.7957.1114.95-
YUV184.6664.42117.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 214 (83.98% from 255) = 46.93%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=37.28%
G=46.93%
B=15.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214720.2100.660.1678.5963.3956.08
HexAAD64815042104f3f38
Octal252326110250102201177770
Binary101010101101011010010001010101000010100001001111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aad648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aad648; }

 p { color: rgb(170,214,72); }

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

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

 a { background-color: rgb(170,214,72); }

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

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

 span { border-color: rgb(170,214,72); }

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