Html Css Color HEX #AAD58E Feijoa

📋 copy color: '#AAD58E'

red 170 ◦ green 213 ◦ blue 142

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

Shades of Feijoa #AAD58E

Tints of Feijoa #AAD58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

 BLUE value IS 142 (55.86% from 255) = 27.05%

R = 32.38%
G = 40.57%
B = 27.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#AAD58E (or 0xAAD58E) is known color: Feijoa. HEX triplet: AA, D5 and 8E. RGB value is (170,213,142). Sum of RGB (Red+Green+Blue) = 170+213+142=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD58E is #552A71. Grayscale: #C0C0C0. Windows color (decimal): -5581426 or 9360810. OLE color: 9360810.

HSL color Cylindrical-coordinate representation of color #AAD58E: hue angle of 96.34º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD58E is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 142 -
CMYK 0.20 0 0.33 0.16
HSL 96.34º 0.46% 0.7% -
HSV(B) 96.34º 0.33% 0.84% -
XYZ 45.25 58.09 34.42 -
YUV 192.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 170 213 142 0.20 0 0.33 0.16 96.34 0.46 0.7
Hex AA D5 8E 14 0 21 10 60 2E 46
Octal 252 325 216 24 0 41 20 140 56 106
Binary 10101010 11010101 10001110 10100 0 100001 10000 1100000 101110 1000110

Color Harmonies of #AAD58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD58E

Black with #AAD58E

Text Example


Text Example

White with #AAD58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD58E; }

 p { color: rgb(170,213,142); }

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

background-color css

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

 a { background-color: rgb(170,213,142); }

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

border-color css

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

 span { border-color: rgb(170,213,142); }

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