Html Css Color HEX #AACF7D Feijoa

📋 copy color: '#AACF7D'

red 170 ◦ green 207 ◦ blue 125

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

Shades of Feijoa #AACF7D

Tints of Feijoa #AACF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 33.86%
G = 41.24%
B = 24.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#AACF7D (or 0xAACF7D) is known color: Feijoa. HEX triplet: AA, CF and 7D. RGB value is (170,207,125). Sum of RGB (Red+Green+Blue) = 170+207+125=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF7D is #553082. Grayscale: #BABABA. Windows color (decimal): -5582979 or 8245162. OLE color: 8245162.

HSL color Cylindrical-coordinate representation of color #AACF7D: hue angle of 87.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AACF7D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 207 125 -
CMYK 0.18 0 0.40 0.19
HSL 87.07º 0.46% 0.65% -
HSV(B) 87.07º 0.4% 0.81% -
XYZ 42.59 54.65 27.71 -
YUV 186.59 93.24 116.17 -
System Red Green Blue C M Y K H S L
Decimal 170 207 125 0.18 0 0.40 0.19 87.07 0.46 0.65
Hex AA CF 7D 12 0 28 13 57 2E 41
Octal 252 317 175 22 0 50 23 127 56 101
Binary 10101010 11001111 1111101 10010 0 101000 10011 1010111 101110 1000001

Color Harmonies of #AACF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACF7D

Black with #AACF7D

Text Example


Text Example

White with #AACF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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