Html Css Color HEX #AAD092 Feijoa

📋 copy color: '#AAD092'

red 170 ◦ green 208 ◦ blue 146

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

Shades of Feijoa #AAD092

Tints of Feijoa #AAD092

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 32.44%
G = 39.69%
B = 27.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AAD092 (or 0xAAD092) is known color: Feijoa. HEX triplet: AA, D0 and 92. RGB value is (170,208,146). Sum of RGB (Red+Green+Blue) = 170+208+146=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD092 is #552F6D. Grayscale: #BDBDBD. Windows color (decimal): -5582702 or 9621674. OLE color: 9621674.

HSL color Cylindrical-coordinate representation of color #AAD092: hue angle of 96.77º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD092 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 146 -
CMYK 0.18 0 0.30 0.18
HSL 96.77º 0.4% 0.69% -
HSV(B) 96.77º 0.3% 0.82% -
XYZ 44.32 55.73 35.62 -
YUV 189.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 170 208 146 0.18 0 0.30 0.18 96.77 0.4 0.69
Hex AA D0 92 12 0 1E 12 61 28 45
Octal 252 320 222 22 0 36 22 141 50 105
Binary 10101010 11010000 10010010 10010 0 11110 10010 1100001 101000 1000101

Color Harmonies of #AAD092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD092

Black with #AAD092

Text Example


Text Example

White with #AAD092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD092; }

 p { color: rgb(170,208,146); }

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

background-color css

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

 a { background-color: rgb(170,208,146); }

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

border-color css

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

 span { border-color: rgb(170,208,146); }

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