Html Css Color HEX #AAF37A Feijoa

📋 copy color: '#AAF37A'

red 170 ◦ green 243 ◦ blue 122

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

Shades of Feijoa #AAF37A

Tints of Feijoa #AAF37A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.42%

 BLUE value IS 122 (48.05% from 255) = 22.8%

R = 31.78%
G = 45.42%
B = 22.8%

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

#AAF37A (or 0xAAF37A) is known color: Feijoa. HEX triplet: AA, F3 and 7A. RGB value is (170,243,122). Sum of RGB (Red+Green+Blue) = 170+243+122=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF37A is #550C85. Grayscale: #CFCFCF. Windows color (decimal): -5573766 or 8057770. OLE color: 8057770.

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

Color convert

RGB 170 243 122 -
CMYK 0.30 0 0.50 0.05
HSL 96.2º 0.83% 0.72% -
HSV(B) 96.2º 0.5% 0.95% -
XYZ 52.14 74.05 29.96 -
YUV 207.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 170 243 122 0.30 0 0.50 0.05 96.2 0.83 0.72
Hex AA F3 7A 1E 0 32 5 60 53 48
Octal 252 363 172 36 0 62 5 140 123 110
Binary 10101010 11110011 1111010 11110 0 110010 101 1100000 1010011 1001000

Color Harmonies of #AAF37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF37A

Black with #AAF37A

Text Example


Text Example

White with #AAF37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF37A; }

 p { color: rgb(170,243,122); }

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

background-color css

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

 a { background-color: rgb(170,243,122); }

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

border-color css

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

 span { border-color: rgb(170,243,122); }

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