#AAD65C

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

Shades of Conifer #AAD65C

Tints of Conifer #AAD65C

Color information

#AAD65C (or 0xAAD65C) is unknown color: approx Conifer. HEX triplet: AA, D6 and 5C. RGB value is (170,214,92). Sum of RGB (Red+Green+Blue) = 170+214+92=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD65C is #5529A3. Grayscale: #BBBBBB. Windows color (decimal): -5581220 or 6084266. OLE color: 6084266.

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

Color convert

RGB17021492-
CMYK0.2100.570.16
HSL81.64º59.8%60%-
HSV(B)81.64º57.01%83.92%-
XYZ42.5657.4118.96-
YUV186.9474.42115.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 214 (83.98% from 255) = 44.96%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=35.71%
G=44.96%
B=19.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214920.2100.570.1681.6459.860
HexAAD65C1503910523c3c
Octal25232613425071201227474
Binary10101010110101101011100101010111001100001010010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD65C; }

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

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

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

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

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

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

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

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