Html Css Color HEX #AAD383 Feijoa

📋 copy color: '#AAD383'

red 170 ◦ green 211 ◦ blue 131

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

Shades of Feijoa #AAD383

Tints of Feijoa #AAD383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 33.2%
G = 41.21%
B = 25.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#AAD383 (or 0xAAD383) is known color: Feijoa. HEX triplet: AA, D3 and 83. RGB value is (170,211,131). Sum of RGB (Red+Green+Blue) = 170+211+131=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD383 is #552C7C. Grayscale: #BDBDBD. Windows color (decimal): -5581949 or 8639402. OLE color: 8639402.

HSL color Cylindrical-coordinate representation of color #AAD383: hue angle of 90.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAD383 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 131 -
CMYK 0.19 0 0.38 0.17
HSL 90.75º 0.48% 0.67% -
HSV(B) 90.75º 0.38% 0.83% -
XYZ 43.97 56.77 30.11 -
YUV 189.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 170 211 131 0.19 0 0.38 0.17 90.75 0.48 0.67
Hex AA D3 83 13 0 26 11 5B 30 43
Octal 252 323 203 23 0 46 21 133 60 103
Binary 10101010 11010011 10000011 10011 0 100110 10001 1011011 110000 1000011

Color Harmonies of #AAD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD383

Black with #AAD383

Text Example


Text Example

White with #AAD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD383; }

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

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

background-color css

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

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

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

border-color css

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

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

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