Html Css Color HEX #AAF37D Feijoa

📋 copy color: '#AAF37D'

red 170 ◦ green 243 ◦ blue 125

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

Shades of Feijoa #AAF37D

Tints of Feijoa #AAF37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 31.6%
G = 45.17%
B = 23.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#AAF37D (or 0xAAF37D) is known color: Feijoa. HEX triplet: AA, F3 and 7D. RGB value is (170,243,125). Sum of RGB (Red+Green+Blue) = 170+243+125=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF37D is #550C82. Grayscale: #D0D0D0. Windows color (decimal): -5573763 or 8254378. OLE color: 8254378.

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

Color convert

RGB 170 243 125 -
CMYK 0.30 0 0.49 0.05
HSL 97.12º 0.83% 0.72% -
HSV(B) 97.12º 0.49% 0.95% -
XYZ 52.33 74.13 30.95 -
YUV 207.72 81.32 101.09 -
System Red Green Blue C M Y K H S L
Decimal 170 243 125 0.30 0 0.49 0.05 97.12 0.83 0.72
Hex AA F3 7D 1E 0 31 5 61 53 48
Octal 252 363 175 36 0 61 5 141 123 110
Binary 10101010 11110011 1111101 11110 0 110001 101 1100001 1010011 1001000

Color Harmonies of #AAF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF37D

Black with #AAF37D

Text Example


Text Example

White with #AAF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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