Html Css Color HEX #AAE985 Feijoa

📋 copy color: '#AAE985'

red 170 ◦ green 233 ◦ blue 133

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

Shades of Feijoa #AAE985

Tints of Feijoa #AAE985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

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

R = 31.72%
G = 43.47%
B = 24.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#AAE985 (or 0xAAE985) is known color: Feijoa. HEX triplet: AA, E9 and 85. RGB value is (170,233,133). Sum of RGB (Red+Green+Blue) = 170+233+133=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE985 is #55167A. Grayscale: #CBCBCB. Windows color (decimal): -5576315 or 8776106. OLE color: 8776106.

HSL color Cylindrical-coordinate representation of color #AAE985: hue angle of 97.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAE985 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 133 -
CMYK 0.27 0 0.43 0.09
HSL 97.8º 0.69% 0.72% -
HSV(B) 97.8º 0.43% 0.91% -
XYZ 49.95 68.52 32.78 -
YUV 202.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 170 233 133 0.27 0 0.43 0.09 97.8 0.69 0.72
Hex AA E9 85 1B 0 2B 9 62 45 48
Octal 252 351 205 33 0 53 11 142 105 110
Binary 10101010 11101001 10000101 11011 0 101011 1001 1100010 1000101 1001000

Color Harmonies of #AAE985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE985

Black with #AAE985

Text Example


Text Example

White with #AAE985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE985; }

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

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

background-color css

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

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

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

border-color css

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

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

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