Html Css Color HEX #AAD083 Feijoa

📋 copy color: '#AAD083'

red 170 ◦ green 208 ◦ blue 131

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

Shades of Feijoa #AAD083

Tints of Feijoa #AAD083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 33.4%
G = 40.86%
B = 25.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#AAD083 (or 0xAAD083) is known color: Feijoa. HEX triplet: AA, D0 and 83. RGB value is (170,208,131). Sum of RGB (Red+Green+Blue) = 170+208+131=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD083 is #552F7C. Grayscale: #BCBCBC. Windows color (decimal): -5582717 or 8638634. OLE color: 8638634.

HSL color Cylindrical-coordinate representation of color #AAD083: hue angle of 89.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAD083 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 131 -
CMYK 0.18 0 0.37 0.18
HSL 89.61º 0.45% 0.66% -
HSV(B) 89.61º 0.37% 0.82% -
XYZ 43.23 55.3 29.87 -
YUV 187.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 170 208 131 0.18 0 0.37 0.18 89.61 0.45 0.66
Hex AA D0 83 12 0 25 12 5A 2D 42
Octal 252 320 203 22 0 45 22 132 55 102
Binary 10101010 11010000 10000011 10010 0 100101 10010 1011010 101101 1000010

Color Harmonies of #AAD083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD083

Black with #AAD083

Text Example


Text Example

White with #AAD083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD083; }

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

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

background-color css

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

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

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

border-color css

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

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

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