Html Css Color HEX #AADD85 Feijoa

📋 copy color: '#AADD85'

red 170 ◦ green 221 ◦ blue 133

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

Shades of Feijoa #AADD85

Tints of Feijoa #AADD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.18%

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

R = 32.44%
G = 42.18%
B = 25.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#AADD85 (or 0xAADD85) is known color: Feijoa. HEX triplet: AA, DD and 85. RGB value is (170,221,133). Sum of RGB (Red+Green+Blue) = 170+221+133=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD85 is #55227A. Grayscale: #C4C4C4. Windows color (decimal): -5579387 or 8773034. OLE color: 8773034.

HSL color Cylindrical-coordinate representation of color #AADD85: hue angle of 94.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AADD85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 133 -
CMYK 0.23 0 0.40 0.13
HSL 94.77º 0.56% 0.69% -
HSV(B) 94.77º 0.4% 0.87% -
XYZ 46.67 61.95 31.69 -
YUV 195.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 170 221 133 0.23 0 0.40 0.13 94.77 0.56 0.69
Hex AA DD 85 17 0 28 D 5F 38 45
Octal 252 335 205 27 0 50 15 137 70 105
Binary 10101010 11011101 10000101 10111 0 101000 1101 1011111 111000 1000101

Color Harmonies of #AADD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD85

Black with #AADD85

Text Example


Text Example

White with #AADD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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