Html Css Color HEX #AAD085 Feijoa

📋 copy color: '#AAD085'

red 170 ◦ green 208 ◦ blue 133

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

Shades of Feijoa #AAD085

Tints of Feijoa #AAD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.7%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 33.27%
G = 40.7%
B = 26.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#AAD085 (or 0xAAD085) is known color: Feijoa. HEX triplet: AA, D0 and 85. RGB value is (170,208,133). Sum of RGB (Red+Green+Blue) = 170+208+133=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD085 is #552F7A. Grayscale: #BCBCBC. Windows color (decimal): -5582715 or 8769706. OLE color: 8769706.

HSL color Cylindrical-coordinate representation of color #AAD085: hue angle of 90.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAD085 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 133 -
CMYK 0.18 0 0.36 0.18
HSL 90.4º 0.44% 0.67% -
HSV(B) 90.4º 0.36% 0.82% -
XYZ 43.37 55.35 30.59 -
YUV 188.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 170 208 133 0.18 0 0.36 0.18 90.4 0.44 0.67
Hex AA D0 85 12 0 24 12 5A 2C 43
Octal 252 320 205 22 0 44 22 132 54 103
Binary 10101010 11010000 10000101 10010 0 100100 10010 1011010 101100 1000011

Color Harmonies of #AAD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD085

Black with #AAD085

Text Example


Text Example

White with #AAD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD085; }

 p { color: rgb(170,208,133); }

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

background-color css

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

 a { background-color: rgb(170,208,133); }

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

border-color css

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

 span { border-color: rgb(170,208,133); }

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