Html Css Color HEX #AAEE85 Feijoa

📋 copy color: '#AAEE85'

red 170 ◦ green 238 ◦ blue 133

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

Shades of Feijoa #AAEE85

Tints of Feijoa #AAEE85

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

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

R = 31.42%
G = 43.99%
B = 24.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#AAEE85 (or 0xAAEE85) is known color: Feijoa. HEX triplet: AA, EE and 85. RGB value is (170,238,133). Sum of RGB (Red+Green+Blue) = 170+238+133=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEE85 is #55117A. Grayscale: #CECECE. Windows color (decimal): -5575035 or 8777386. OLE color: 8777386.

HSL color Cylindrical-coordinate representation of color #AAEE85: hue angle of 98.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAEE85 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 133 -
CMYK 0.29 0 0.44 0.07
HSL 98.86º 0.76% 0.73% -
HSV(B) 98.86º 0.44% 0.93% -
XYZ 51.39 71.39 33.26 -
YUV 205.7 86.97 102.54 -
System Red Green Blue C M Y K H S L
Decimal 170 238 133 0.29 0 0.44 0.07 98.86 0.76 0.73
Hex AA EE 85 1D 0 2C 7 63 4C 49
Octal 252 356 205 35 0 54 7 143 114 111
Binary 10101010 11101110 10000101 11101 0 101100 111 1100011 1001100 1001001

Color Harmonies of #AAEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEE85

Black with #AAEE85

Text Example


Text Example

White with #AAEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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