Html Css Color HEX #AAF278 Feijoa

📋 copy color: '#AAF278'

red 170 ◦ green 242 ◦ blue 120

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

Shades of Feijoa #AAF278

Tints of Feijoa #AAF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.56%

R = 31.95%
G = 45.49%
B = 22.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#AAF278 (or 0xAAF278) is known color: Feijoa. HEX triplet: AA, F2 and 78. RGB value is (170,242,120). Sum of RGB (Red+Green+Blue) = 170+242+120=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF278 is #550D87. Grayscale: #CECECE. Windows color (decimal): -5574024 or 7926442. OLE color: 7926442.

HSL color Cylindrical-coordinate representation of color #AAF278: hue angle of 95.41º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAF278 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 120 -
CMYK 0.30 0 0.50 0.05
HSL 95.41º 0.82% 0.71% -
HSV(B) 95.41º 0.5% 0.95% -
XYZ 51.72 73.41 29.21 -
YUV 206.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 170 242 120 0.30 0 0.50 0.05 95.41 0.82 0.71
Hex AA F2 78 1E 0 32 5 5F 52 47
Octal 252 362 170 36 0 62 5 137 122 107
Binary 10101010 11110010 1111000 11110 0 110010 101 1011111 1010010 1000111

Color Harmonies of #AAF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF278

Black with #AAF278

Text Example


Text Example

White with #AAF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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