Html Css Color HEX #AAD165 Conifer

📋 copy color: '#AAD165'

red 170 ◦ green 209 ◦ blue 101

#AAD165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AAD165

Tints of Conifer #AAD165

RGB

 RED value IS 170 (66.8% from 255) = 35.42%

 GREEN value IS 209 (82.03% from 255) = 43.54%

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 35.42%
G = 43.54%
B = 21.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#AAD165 (or 0xAAD165) is known color: Conifer. HEX triplet: AA, D1 and 65. RGB value is (170,209,101). Sum of RGB (Red+Green+Blue) = 170+209+101=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD165 is #552E9A. Grayscale: #B9B9B9. Windows color (decimal): -5582491 or 6672810. OLE color: 6672810.

HSL color Cylindrical-coordinate representation of color #AAD165: hue angle of 81.67º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAD165 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 209 101 -
CMYK 0.19 0 0.52 0.18
HSL 81.67º 0.54% 0.61% -
HSV(B) 81.67º 0.52% 0.82% -
XYZ 41.73 55.09 20.75 -
YUV 185.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 170 209 101 0.19 0 0.52 0.18 81.67 0.54 0.61
Hex AA D1 65 13 0 34 12 52 36 3D
Octal 252 321 145 23 0 64 22 122 66 75
Binary 10101010 11010001 1100101 10011 0 110100 10010 1010010 110110 111101

Color Harmonies of #AAD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD165

Black with #AAD165

Text Example


Text Example

White with #AAD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD165; }

 p { color: rgb(170,209,101); }

 H1.HeaderClassName
 {
   color: #AAD165;
 }
 .AnyTagClassName
 {
   color: #AAD165;
 }
</style>

background-color css

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

 a { background-color: rgb(170,209,101); }

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

border-color css

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

 span { border-color: rgb(170,209,101); }

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