Html Css Color HEX #AACF96 Feijoa

📋 copy color: '#AACF96'

red 170 ◦ green 207 ◦ blue 150

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

Shades of Feijoa #AACF96

Tints of Feijoa #AACF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.28%

 BLUE value IS 150 (58.98% from 255) = 28.46%

R = 32.26%
G = 39.28%
B = 28.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#AACF96 (or 0xAACF96) is known color: Feijoa. HEX triplet: AA, CF and 96. RGB value is (170,207,150). Sum of RGB (Red+Green+Blue) = 170+207+150=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF96 is #553069. Grayscale: #BDBDBD. Windows color (decimal): -5582954 or 9883562. OLE color: 9883562.

HSL color Cylindrical-coordinate representation of color #AACF96: hue angle of 98.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AACF96 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 150 -
CMYK 0.18 0 0.28 0.19
HSL 98.95º 0.37% 0.7% -
HSV(B) 98.95º 0.28% 0.81% -
XYZ 44.4 55.37 37.2 -
YUV 189.44 105.74 114.13 -
System Red Green Blue C M Y K H S L
Decimal 170 207 150 0.18 0 0.28 0.19 98.95 0.37 0.7
Hex AA CF 96 12 0 1C 13 63 25 46
Octal 252 317 226 22 0 34 23 143 45 106
Binary 10101010 11001111 10010110 10010 0 11100 10011 1100011 100101 1000110

Color Harmonies of #AACF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF96

Black with #AACF96

Text Example


Text Example

White with #AACF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF96; }

 p { color: rgb(170,207,150); }

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

background-color css

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

 a { background-color: rgb(170,207,150); }

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

border-color css

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

 span { border-color: rgb(170,207,150); }

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