Html Css Color HEX #AAE67C Feijoa

📋 copy color: '#AAE67C'

red 170 ◦ green 230 ◦ blue 124

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

Shades of Feijoa #AAE67C

Tints of Feijoa #AAE67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.89%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 32.44%
G = 43.89%
B = 23.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#AAE67C (or 0xAAE67C) is known color: Feijoa. HEX triplet: AA, E6 and 7C. RGB value is (170,230,124). Sum of RGB (Red+Green+Blue) = 170+230+124=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE67C is #551983. Grayscale: #C8C8C8. Windows color (decimal): -5577092 or 8185514. OLE color: 8185514.

HSL color Cylindrical-coordinate representation of color #AAE67C: hue angle of 93.96º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAE67C is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 124 -
CMYK 0.26 0 0.46 0.10
HSL 93.96º 0.68% 0.69% -
HSV(B) 93.96º 0.46% 0.9% -
XYZ 48.51 66.59 29.37 -
YUV 199.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 170 230 124 0.26 0 0.46 0.10 93.96 0.68 0.69
Hex AA E6 7C 1A 0 2E A 5E 44 45
Octal 252 346 174 32 0 56 12 136 104 105
Binary 10101010 11100110 1111100 11010 0 101110 1010 1011110 1000100 1000101

Color Harmonies of #AAE67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE67C

Black with #AAE67C

Text Example


Text Example

White with #AAE67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE67C; }

 p { color: rgb(170,230,124); }

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

background-color css

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

 a { background-color: rgb(170,230,124); }

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

border-color css

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

 span { border-color: rgb(170,230,124); }

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