#AADF5B

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

Shades of Conifer #AADF5B

Tints of Conifer #AADF5B

Color information

#AADF5B (or 0xAADF5B) is unknown color: approx Conifer. HEX triplet: AA, DF and 5B. RGB value is (170,223,91). Sum of RGB (Red+Green+Blue) = 170+223+91=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF5B is #5520A4. Grayscale: #C0C0C0. Windows color (decimal): -5578917 or 6021034. OLE color: 6021034.

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

Color convert

RGB17022391-
CMYK0.2400.590.13
HSL84.09º67.35%61.57%-
HSV(B)84.09º59.19%87.45%-
XYZ44.8562.0819.52-
YUV192.170.94112.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 223 (87.5% from 255) = 46.07%
BLUE value IS 91 (35.94% from 255) = 18.80%
R=35.12%
G=46.07%
B=18.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170223910.2400.590.1384.0967.3561.57
HexAADF5B1803BD54433e
Octal252337133300731512410376
Binary10101010110111111011011110000111011110110101001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF5B; }

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

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

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

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

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

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

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

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