Html Css Color HEX #AACD85 Feijoa

📋 copy color: '#AACD85'

red 170 ◦ green 205 ◦ blue 133

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

Shades of Feijoa #AACD85

Tints of Feijoa #AACD85

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

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

R = 33.46%
G = 40.35%
B = 26.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#AACD85 (or 0xAACD85) is known color: Feijoa. HEX triplet: AA, CD and 85. RGB value is (170,205,133). Sum of RGB (Red+Green+Blue) = 170+205+133=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD85 is #55327A. Grayscale: #BABABA. Windows color (decimal): -5583483 or 8768938. OLE color: 8768938.

HSL color Cylindrical-coordinate representation of color #AACD85: hue angle of 89.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AACD85 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 205 133 -
CMYK 0.17 0 0.35 0.20
HSL 89.17º 0.42% 0.66% -
HSV(B) 89.17º 0.35% 0.8% -
XYZ 42.64 53.9 30.35 -
YUV 186.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 170 205 133 0.17 0 0.35 0.20 89.17 0.42 0.66
Hex AA CD 85 11 0 23 14 59 2A 42
Octal 252 315 205 21 0 43 24 131 52 102
Binary 10101010 11001101 10000101 10001 0 100011 10100 1011001 101010 1000010

Color Harmonies of #AACD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD85

Black with #AACD85

Text Example


Text Example

White with #AACD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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