Html Css Color HEX #AACC85 Feijoa

📋 copy color: '#AACC85'

red 170 ◦ green 204 ◦ blue 133

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

Shades of Feijoa #AACC85

Tints of Feijoa #AACC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 33.53%
G = 40.24%
B = 26.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#AACC85 (or 0xAACC85) is known color: Feijoa. HEX triplet: AA, CC and 85. RGB value is (170,204,133). Sum of RGB (Red+Green+Blue) = 170+204+133=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC85 is #55337A. Grayscale: #B9B9B9. Windows color (decimal): -5583739 or 8768682. OLE color: 8768682.

HSL color Cylindrical-coordinate representation of color #AACC85: hue angle of 88.73º degrees, saturation: 0.41, 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 #AACC85 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 133 -
CMYK 0.17 0 0.35 0.2
HSL 88.73º 0.41% 0.66% -
HSV(B) 88.73º 0.35% 0.8% -
XYZ 42.4 53.43 30.27 -
YUV 185.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 170 204 133 0.17 0 0.35 0.2 88.73 0.41 0.66
Hex AA CC 85 11 0 23 14 59 29 42
Octal 252 314 205 21 0 43 24 131 51 102
Binary 10101010 11001100 10000101 10001 0 100011 10100 1011001 101001 1000010

Color Harmonies of #AACC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC85

Black with #AACC85

Text Example


Text Example

White with #AACC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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