Html Css Color HEX #AAF175 Feijoa

📋 copy color: '#AAF175'

red 170 ◦ green 241 ◦ blue 117

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

Shades of Feijoa #AAF175

Tints of Feijoa #AAF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.64%

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

R = 32.2%
G = 45.64%
B = 22.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#AAF175 (or 0xAAF175) is known color: Feijoa. HEX triplet: AA, F1 and 75. RGB value is (170,241,117). Sum of RGB (Red+Green+Blue) = 170+241+117=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF175 is #550E8A. Grayscale: #CECECE. Windows color (decimal): -5574283 or 7729578. OLE color: 7729578.

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

Color convert

RGB 170 241 117 -
CMYK 0.29 0 0.51 0.05
HSL 94.35º 0.82% 0.7% -
HSV(B) 94.35º 0.51% 0.95% -
XYZ 51.24 72.74 28.17 -
YUV 205.64 77.98 102.58 -
System Red Green Blue C M Y K H S L
Decimal 170 241 117 0.29 0 0.51 0.05 94.35 0.82 0.7
Hex AA F1 75 1D 0 33 5 5E 52 46
Octal 252 361 165 35 0 63 5 136 122 106
Binary 10101010 11110001 1110101 11101 0 110011 101 1011110 1010010 1000110

Color Harmonies of #AAF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF175

Black with #AAF175

Text Example


Text Example

White with #AAF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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