#AADF5E

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

Shades of Conifer #AADF5E

Tints of Conifer #AADF5E

Color information

#AADF5E (or 0xAADF5E) is unknown color: approx Conifer. HEX triplet: AA, DF and 5E. RGB value is (170,223,94). Sum of RGB (Red+Green+Blue) = 170+223+94=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF5E is #5520A1. Grayscale: #C0C0C0. Windows color (decimal): -5578914 or 6217642. OLE color: 6217642.

HSL color Cylindrical-coordinate representation of color #AADF5E: hue angle of 84.65º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADF5E is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB17022394-
CMYK0.2400.580.13
HSL84.65º66.84%62.16%-
HSV(B)84.65º57.85%87.45%-
XYZ44.9962.1320.21-
YUV192.4572.44111.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 94 (37.11% from 255) = 19.30%
R=34.91%
G=45.79%
B=19.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223940.2400.580.1384.6566.8462.16
HexAADF5E1803AD55433e
Octal252337136300721512510376
Binary10101010110111111011110110000111010110110101011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF5E; }

 p { color: rgb(170,223,94); }

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

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

 a { background-color: rgb(170,223,94); }

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

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

 span { border-color: rgb(170,223,94); }

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