Html Css Color HEX #AAEF6E Feijoa

📋 copy color: '#AAEF6E'

red 170 ◦ green 239 ◦ blue 110

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

Shades of Feijoa #AAEF6E

Tints of Feijoa #AAEF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.19%

R = 32.76%
G = 46.05%
B = 21.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#AAEF6E (or 0xAAEF6E) is known color: Feijoa. HEX triplet: AA, EF and 6E. RGB value is (170,239,110). Sum of RGB (Red+Green+Blue) = 170+239+110=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF6E is #551091. Grayscale: #CCCCCC. Windows color (decimal): -5574802 or 7270314. OLE color: 7270314.

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

Color convert

RGB 170 239 110 -
CMYK 0.29 0 0.54 0.06
HSL 92.09º 0.8% 0.68% -
HSV(B) 92.09º 0.54% 0.94% -
XYZ 50.26 71.4 25.89 -
YUV 203.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 170 239 110 0.29 0 0.54 0.06 92.09 0.8 0.68
Hex AA EF 6E 1D 0 36 6 5C 50 44
Octal 252 357 156 35 0 66 6 134 120 104
Binary 10101010 11101111 1101110 11101 0 110110 110 1011100 1010000 1000100

Color Harmonies of #AAEF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF6E

Black with #AAEF6E

Text Example


Text Example

White with #AAEF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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