Html Css Color HEX #AACC90 Feijoa

📋 copy color: '#AACC90'

red 170 ◦ green 204 ◦ blue 144

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

Shades of Feijoa #AACC90

Tints of Feijoa #AACC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.8%

R = 32.82%
G = 39.38%
B = 27.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#AACC90 (or 0xAACC90) is known color: Feijoa. HEX triplet: AA, CC and 90. RGB value is (170,204,144). Sum of RGB (Red+Green+Blue) = 170+204+144=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC90 is #55336F. Grayscale: #BBBBBB. Windows color (decimal): -5583728 or 9489578. OLE color: 9489578.

HSL color Cylindrical-coordinate representation of color #AACC90: hue angle of 94º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACC90 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 144 -
CMYK 0.17 0 0.29 0.2
HSL 94º 0.37% 0.68% -
HSV(B) 94º 0.29% 0.8% -
XYZ 43.2 53.75 34.48 -
YUV 186.99 103.74 115.88 -
System Red Green Blue C M Y K H S L
Decimal 170 204 144 0.17 0 0.29 0.2 94 0.37 0.68
Hex AA CC 90 11 0 1D 14 5E 25 44
Octal 252 314 220 21 0 35 24 136 45 104
Binary 10101010 11001100 10010000 10001 0 11101 10100 1011110 100101 1000100

Color Harmonies of #AACC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC90

Black with #AACC90

Text Example


Text Example

White with #AACC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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