Html Css Color HEX #AACC83 Feijoa

📋 copy color: '#AACC83'

red 170 ◦ green 204 ◦ blue 131

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

Shades of Feijoa #AACC83

Tints of Feijoa #AACC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.94%

R = 33.66%
G = 40.4%
B = 25.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#AACC83 (or 0xAACC83) is known color: Feijoa. HEX triplet: AA, CC and 83. RGB value is (170,204,131). Sum of RGB (Red+Green+Blue) = 170+204+131=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACC83 is #55337C. Grayscale: #B9B9B9. Windows color (decimal): -5583741 or 8637610. OLE color: 8637610.

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

Color convert

RGB 170 204 131 -
CMYK 0.17 0 0.36 0.2
HSL 87.95º 0.42% 0.66% -
HSV(B) 87.95º 0.36% 0.8% -
XYZ 42.27 53.37 29.55 -
YUV 185.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 170 204 131 0.17 0 0.36 0.2 87.95 0.42 0.66
Hex AA CC 83 11 0 24 14 58 2A 42
Octal 252 314 203 21 0 44 24 130 52 102
Binary 10101010 11001100 10000011 10001 0 100100 10100 1011000 101010 1000010

Color Harmonies of #AACC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC83

Black with #AACC83

Text Example


Text Example

White with #AACC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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