Html Css Color HEX #ADD984 Feijoa

📋 copy color: '#ADD984'

red 173 ◦ green 217 ◦ blue 132

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

Shades of Feijoa #ADD984

Tints of Feijoa #ADD984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 33.14%
G = 41.57%
B = 25.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#ADD984 (or 0xADD984) is known color: Feijoa. HEX triplet: AD, D9 and 84. RGB value is (173,217,132). Sum of RGB (Red+Green+Blue) = 173+217+132=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD984 is #52267B. Grayscale: #C2C2C2. Windows color (decimal): -5383804 or 8706477. OLE color: 8706477.

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

Color convert

RGB 173 217 132 -
CMYK 0.20 0 0.39 0.15
HSL 91.06º 0.53% 0.68% -
HSV(B) 91.06º 0.39% 0.85% -
XYZ 46.21 60.18 31.01 -
YUV 194.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 173 217 132 0.20 0 0.39 0.15 91.06 0.53 0.68
Hex AD D9 84 14 0 27 F 5B 35 44
Octal 255 331 204 24 0 47 17 133 65 104
Binary 10101101 11011001 10000100 10100 0 100111 1111 1011011 110101 1000100

Color Harmonies of #ADD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD984

Black with #ADD984

Text Example


Text Example

White with #ADD984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD984; }

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

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

background-color css

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

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

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

border-color css

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

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

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