Html Css Color HEX #AACF84 Feijoa

📋 copy color: '#AACF84'

red 170 ◦ green 207 ◦ blue 132

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

Shades of Feijoa #AACF84

Tints of Feijoa #AACF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.93%

R = 33.4%
G = 40.67%
B = 25.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#AACF84 (or 0xAACF84) is known color: Feijoa. HEX triplet: AA, CF and 84. RGB value is (170,207,132). Sum of RGB (Red+Green+Blue) = 170+207+132=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF84 is #55307B. Grayscale: #BBBBBB. Windows color (decimal): -5582972 or 8703914. OLE color: 8703914.

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

Color convert

RGB 170 207 132 -
CMYK 0.18 0 0.36 0.19
HSL 89.6º 0.44% 0.66% -
HSV(B) 89.6º 0.36% 0.81% -
XYZ 43.06 54.84 30.15 -
YUV 187.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 170 207 132 0.18 0 0.36 0.19 89.6 0.44 0.66
Hex AA CF 84 12 0 24 13 5A 2C 42
Octal 252 317 204 22 0 44 23 132 54 102
Binary 10101010 11001111 10000100 10010 0 100100 10011 1011010 101100 1000010

Color Harmonies of #AACF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF84

Black with #AACF84

Text Example


Text Example

White with #AACF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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