Html Css Color HEX #ADD87D Feijoa

📋 copy color: '#ADD87D'

red 173 ◦ green 216 ◦ blue 125

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

Shades of Feijoa #ADD87D

Tints of Feijoa #ADD87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 125 (49.22% from 255) = 24.32%

R = 33.66%
G = 42.02%
B = 24.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#ADD87D (or 0xADD87D) is known color: Feijoa. HEX triplet: AD, D8 and 7D. RGB value is (173,216,125). Sum of RGB (Red+Green+Blue) = 173+216+125=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD87D is #522782. Grayscale: #C1C1C1. Windows color (decimal): -5384067 or 8247469. OLE color: 8247469.

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

Color convert

RGB 173 216 125 -
CMYK 0.20 0 0.42 0.15
HSL 88.35º 0.54% 0.67% -
HSV(B) 88.35º 0.42% 0.85% -
XYZ 45.49 59.48 28.48 -
YUV 192.77 89.75 113.9 -
System Red Green Blue C M Y K H S L
Decimal 173 216 125 0.20 0 0.42 0.15 88.35 0.54 0.67
Hex AD D8 7D 14 0 2A F 58 36 43
Octal 255 330 175 24 0 52 17 130 66 103
Binary 10101101 11011000 1111101 10100 0 101010 1111 1011000 110110 1000011

Color Harmonies of #ADD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD87D

Black with #ADD87D

Text Example


Text Example

White with #ADD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD87D; }

 p { color: rgb(173,216,125); }

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

background-color css

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

 a { background-color: rgb(173,216,125); }

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

border-color css

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

 span { border-color: rgb(173,216,125); }

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