Html Css Color HEX #ADD981 Feijoa

📋 copy color: '#ADD981'

red 173 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #ADD981

Tints of Feijoa #ADD981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.86%

R = 33.33%
G = 41.81%
B = 24.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#ADD981 (or 0xADD981) is known color: Feijoa. HEX triplet: AD, D9 and 81. RGB value is (173,217,129). Sum of RGB (Red+Green+Blue) = 173+217+129=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD981 is #52267E. Grayscale: #C2C2C2. Windows color (decimal): -5383807 or 8509869. OLE color: 8509869.

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

Color convert

RGB 173 217 129 -
CMYK 0.20 0 0.41 0.15
HSL 90º 0.54% 0.68% -
HSV(B) 90º 0.41% 0.85% -
XYZ 46.01 60.09 29.94 -
YUV 193.81 91.42 113.16 -
System Red Green Blue C M Y K H S L
Decimal 173 217 129 0.20 0 0.41 0.15 90 0.54 0.68
Hex AD D9 81 14 0 29 F 5A 36 44
Octal 255 331 201 24 0 51 17 132 66 104
Binary 10101101 11011001 10000001 10100 0 101001 1111 1011010 110110 1000100

Color Harmonies of #ADD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD981

Black with #ADD981

Text Example


Text Example

White with #ADD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD981; }

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

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

background-color css

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

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

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

border-color css

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

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

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