Html Css Color HEX #AAF275 Feijoa

📋 copy color: '#AAF275'

red 170 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #AAF275

Tints of Feijoa #AAF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 117 (46.09% from 255) = 22.12%

R = 32.14%
G = 45.75%
B = 22.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#AAF275 (or 0xAAF275) is known color: Feijoa. HEX triplet: AA, F2 and 75. RGB value is (170,242,117). Sum of RGB (Red+Green+Blue) = 170+242+117=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF275 is #550D8A. Grayscale: #CECECE. Windows color (decimal): -5574027 or 7729834. OLE color: 7729834.

HSL color Cylindrical-coordinate representation of color #AAF275: hue angle of 94.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAF275 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 117 -
CMYK 0.30 0 0.52 0.05
HSL 94.56º 0.83% 0.7% -
HSV(B) 94.56º 0.52% 0.95% -
XYZ 51.54 73.33 28.27 -
YUV 206.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 170 242 117 0.30 0 0.52 0.05 94.56 0.83 0.7
Hex AA F2 75 1E 0 34 5 5F 53 46
Octal 252 362 165 36 0 64 5 137 123 106
Binary 10101010 11110010 1110101 11110 0 110100 101 1011111 1010011 1000110

Color Harmonies of #AAF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF275

Black with #AAF275

Text Example


Text Example

White with #AAF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF275; }

 p { color: rgb(170,242,117); }

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

background-color css

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

 a { background-color: rgb(170,242,117); }

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

border-color css

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

 span { border-color: rgb(170,242,117); }

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