Html Css Color HEX #AACF98 Feijoa

📋 copy color: '#AACF98'

red 170 ◦ green 207 ◦ blue 152

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

Shades of Feijoa #AACF98

Tints of Feijoa #AACF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.73%

R = 32.14%
G = 39.13%
B = 28.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#AACF98 (or 0xAACF98) is known color: Feijoa. HEX triplet: AA, CF and 98. RGB value is (170,207,152). Sum of RGB (Red+Green+Blue) = 170+207+152=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF98 is #553067. Grayscale: #BDBDBD. Windows color (decimal): -5582952 or 10014634. OLE color: 10014634.

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

Color convert

RGB 170 207 152 -
CMYK 0.18 0 0.27 0.19
HSL 100.36º 0.36% 0.7% -
HSV(B) 100.36º 0.27% 0.81% -
XYZ 44.56 55.44 38.06 -
YUV 189.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 170 207 152 0.18 0 0.27 0.19 100.36 0.36 0.7
Hex AA CF 98 12 0 1B 13 64 24 46
Octal 252 317 230 22 0 33 23 144 44 106
Binary 10101010 11001111 10011000 10010 0 11011 10011 1100100 100100 1000110

Color Harmonies of #AACF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF98

Black with #AACF98

Text Example


Text Example

White with #AACF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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