Html Css Color HEX #AAE672 Feijoa

📋 copy color: '#AAE672'

red 170 ◦ green 230 ◦ blue 114

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

Shades of Feijoa #AAE672

Tints of Feijoa #AAE672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 33.07%
G = 44.75%
B = 22.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#AAE672 (or 0xAAE672) is known color: Feijoa. HEX triplet: AA, E6 and 72. RGB value is (170,230,114). Sum of RGB (Red+Green+Blue) = 170+230+114=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE672 is #55198D. Grayscale: #C7C7C7. Windows color (decimal): -5577102 or 7530154. OLE color: 7530154.

HSL color Cylindrical-coordinate representation of color #AAE672: hue angle of 91.03º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAE672 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 230 114 -
CMYK 0.26 0 0.50 0.10
HSL 91.03º 0.7% 0.67% -
HSV(B) 91.03º 0.5% 0.9% -
XYZ 47.91 66.35 26.2 -
YUV 198.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 170 230 114 0.26 0 0.50 0.10 91.03 0.7 0.67
Hex AA E6 72 1A 0 32 A 5B 46 43
Octal 252 346 162 32 0 62 12 133 106 103
Binary 10101010 11100110 1110010 11010 0 110010 1010 1011011 1000110 1000011

Color Harmonies of #AAE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE672

Black with #AAE672

Text Example


Text Example

White with #AAE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE672; }

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

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

background-color css

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

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

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

border-color css

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

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

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