Html Css Color HEX #AACC8E Feijoa

📋 copy color: '#AACC8E'

red 170 ◦ green 204 ◦ blue 142

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

Shades of Feijoa #AACC8E

Tints of Feijoa #AACC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 32.95%
G = 39.53%
B = 27.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#AACC8E (or 0xAACC8E) is known color: Feijoa. HEX triplet: AA, CC and 8E. RGB value is (170,204,142). Sum of RGB (Red+Green+Blue) = 170+204+142=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC8E is #553371. Grayscale: #BABABA. Windows color (decimal): -5583730 or 9358506. OLE color: 9358506.

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

Color convert

RGB 170 204 142 -
CMYK 0.17 0 0.30 0.2
HSL 92.9º 0.38% 0.68% -
HSV(B) 92.9º 0.3% 0.8% -
XYZ 43.05 53.68 33.68 -
YUV 186.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 170 204 142 0.17 0 0.30 0.2 92.9 0.38 0.68
Hex AA CC 8E 11 0 1E 14 5D 26 44
Octal 252 314 216 21 0 36 24 135 46 104
Binary 10101010 11001100 10001110 10001 0 11110 10100 1011101 100110 1000100

Color Harmonies of #AACC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC8E

Black with #AACC8E

Text Example


Text Example

White with #AACC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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