Html Css Color HEX #AAF672 Feijoa

📋 copy color: '#AAF672'

red 170 ◦ green 246 ◦ blue 114

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

Shades of Feijoa #AAF672

Tints of Feijoa #AAF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.42%

 BLUE value IS 114 (44.92% from 255) = 21.51%

R = 32.08%
G = 46.42%
B = 21.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#AAF672 (or 0xAAF672) is known color: Feijoa. HEX triplet: AA, F6 and 72. RGB value is (170,246,114). Sum of RGB (Red+Green+Blue) = 170+246+114=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF672 is #55098D. Grayscale: #D0D0D0. Windows color (decimal): -5573006 or 7534250. OLE color: 7534250.

HSL color Cylindrical-coordinate representation of color #AAF672: hue angle of 94.55º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAF672 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 246 114 -
CMYK 0.31 0 0.54 0.04
HSL 94.55º 0.88% 0.71% -
HSV(B) 94.55º 0.54% 0.96% -
XYZ 52.57 75.67 27.76 -
YUV 208.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 170 246 114 0.31 0 0.54 0.04 94.55 0.88 0.71
Hex AA F6 72 1F 0 36 4 5F 58 47
Octal 252 366 162 37 0 66 4 137 130 107
Binary 10101010 11110110 1110010 11111 0 110110 100 1011111 1011000 1000111

Color Harmonies of #AAF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF672

Black with #AAF672

Text Example


Text Example

White with #AAF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF672; }

 p { color: rgb(170,246,114); }

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

background-color css

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

 a { background-color: rgb(170,246,114); }

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

border-color css

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

 span { border-color: rgb(170,246,114); }

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