Html Css Color HEX #AAEF7D Feijoa

📋 copy color: '#AAEF7D'

red 170 ◦ green 239 ◦ blue 125

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

Shades of Feijoa #AAEF7D

Tints of Feijoa #AAEF7D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

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

R = 31.84%
G = 44.76%
B = 23.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#AAEF7D (or 0xAAEF7D) is known color: Feijoa. HEX triplet: AA, EF and 7D. RGB value is (170,239,125). Sum of RGB (Red+Green+Blue) = 170+239+125=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF7D is #551082. Grayscale: #CDCDCD. Windows color (decimal): -5574787 or 8253354. OLE color: 8253354.

HSL color Cylindrical-coordinate representation of color #AAEF7D: hue angle of 96.32º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAEF7D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 125 -
CMYK 0.29 0 0.48 0.06
HSL 96.32º 0.78% 0.71% -
HSV(B) 96.32º 0.48% 0.94% -
XYZ 51.15 71.76 30.56 -
YUV 205.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 170 239 125 0.29 0 0.48 0.06 96.32 0.78 0.71
Hex AA EF 7D 1D 0 30 6 60 4E 47
Octal 252 357 175 35 0 60 6 140 116 107
Binary 10101010 11101111 1111101 11101 0 110000 110 1100000 1001110 1000111

Color Harmonies of #AAEF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF7D

Black with #AAEF7D

Text Example


Text Example

White with #AAEF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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