Html Css Color HEX #AACC88 Feijoa

📋 copy color: '#AACC88'

red 170 ◦ green 204 ◦ blue 136

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

Shades of Feijoa #AACC88

Tints of Feijoa #AACC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#AACC88 (or 0xAACC88) is known color: Feijoa. HEX triplet: AA, CC and 88. RGB value is (170,204,136). Sum of RGB (Red+Green+Blue) = 170+204+136=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC88 is #553377. Grayscale: #BABABA. Windows color (decimal): -5583736 or 8965290. OLE color: 8965290.

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

Color convert

RGB 170 204 136 -
CMYK 0.17 0 0.33 0.2
HSL 90º 0.4% 0.67% -
HSV(B) 90º 0.33% 0.8% -
XYZ 42.61 53.51 31.37 -
YUV 186.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 170 204 136 0.17 0 0.33 0.2 90 0.4 0.67
Hex AA CC 88 11 0 21 14 5A 28 43
Octal 252 314 210 21 0 41 24 132 50 103
Binary 10101010 11001100 10001000 10001 0 100001 10100 1011010 101000 1000011

Color Harmonies of #AACC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC88

Black with #AACC88

Text Example


Text Example

White with #AACC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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