Html Css Color HEX #ADD983 Feijoa

📋 copy color: '#ADD983'

red 173 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #ADD983

Tints of Feijoa #ADD983

RGB

 RED value IS 173 (67.97% from 255) = 33.21%

 GREEN value IS 217 (85.16% from 255) = 41.65%

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

R = 33.21%
G = 41.65%
B = 25.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#ADD983 (or 0xADD983) is known color: Feijoa. HEX triplet: AD, D9 and 83. RGB value is (173,217,131). Sum of RGB (Red+Green+Blue) = 173+217+131=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD983 is #52267C. Grayscale: #C2C2C2. Windows color (decimal): -5383805 or 8640941. OLE color: 8640941.

HSL color Cylindrical-coordinate representation of color #ADD983: hue angle of 90.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD983 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 131 -
CMYK 0.20 0 0.40 0.15
HSL 90.7º 0.53% 0.68% -
HSV(B) 90.7º 0.4% 0.85% -
XYZ 46.14 60.15 30.65 -
YUV 194.04 92.42 112.99 -
System Red Green Blue C M Y K H S L
Decimal 173 217 131 0.20 0 0.40 0.15 90.7 0.53 0.68
Hex AD D9 83 14 0 28 F 5B 35 44
Octal 255 331 203 24 0 50 17 133 65 104
Binary 10101101 11011001 10000011 10100 0 101000 1111 1011011 110101 1000100

Color Harmonies of #ADD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD983

Black with #ADD983

Text Example


Text Example

White with #ADD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD983; }

 p { color: rgb(173,217,131); }

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

background-color css

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

 a { background-color: rgb(173,217,131); }

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

border-color css

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

 span { border-color: rgb(173,217,131); }

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