Html Css Color HEX #AAE28A Feijoa

📋 copy color: '#AAE28A'

red 170 ◦ green 226 ◦ blue 138

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

Shades of Feijoa #AAE28A

Tints of Feijoa #AAE28A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 31.84%
G = 42.32%
B = 25.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#AAE28A (or 0xAAE28A) is known color: Feijoa. HEX triplet: AA, E2 and 8A. RGB value is (170,226,138). Sum of RGB (Red+Green+Blue) = 170+226+138=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE28A is #551D75. Grayscale: #C7C7C7. Windows color (decimal): -5578102 or 9101994. OLE color: 9101994.

HSL color Cylindrical-coordinate representation of color #AAE28A: hue angle of 98.18º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAE28A is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 138 -
CMYK 0.25 0 0.39 0.11
HSL 98.18º 0.6% 0.71% -
HSV(B) 98.18º 0.39% 0.89% -
XYZ 48.36 64.77 34 -
YUV 199.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 170 226 138 0.25 0 0.39 0.11 98.18 0.6 0.71
Hex AA E2 8A 19 0 27 B 62 3C 47
Octal 252 342 212 31 0 47 13 142 74 107
Binary 10101010 11100010 10001010 11001 0 100111 1011 1100010 111100 1000111

Color Harmonies of #AAE28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE28A

Black with #AAE28A

Text Example


Text Example

White with #AAE28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE28A; }

 p { color: rgb(170,226,138); }

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

background-color css

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

 a { background-color: rgb(170,226,138); }

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

border-color css

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

 span { border-color: rgb(170,226,138); }

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