Html Css Color HEX #ADD680 Feijoa

📋 copy color: '#ADD680'

red 173 ◦ green 214 ◦ blue 128

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

Shades of Feijoa #ADD680

Tints of Feijoa #ADD680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 33.59%
G = 41.55%
B = 24.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#ADD680 (or 0xADD680) is known color: Feijoa. HEX triplet: AD, D6 and 80. RGB value is (173,214,128). Sum of RGB (Red+Green+Blue) = 173+214+128=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD680 is #52297F. Grayscale: #C0C0C0. Windows color (decimal): -5384576 or 8443565. OLE color: 8443565.

HSL color Cylindrical-coordinate representation of color #ADD680: hue angle of 88.6º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD680 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 128 -
CMYK 0.19 0 0.40 0.16
HSL 88.6º 0.51% 0.67% -
HSV(B) 88.6º 0.4% 0.84% -
XYZ 45.18 58.54 29.34 -
YUV 191.94 91.92 114.49 -
System Red Green Blue C M Y K H S L
Decimal 173 214 128 0.19 0 0.40 0.16 88.6 0.51 0.67
Hex AD D6 80 13 0 28 10 59 33 43
Octal 255 326 200 23 0 50 20 131 63 103
Binary 10101101 11010110 10000000 10011 0 101000 10000 1011001 110011 1000011

Color Harmonies of #ADD680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD680

Black with #ADD680

Text Example


Text Example

White with #ADD680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD680; }

 p { color: rgb(173,214,128); }

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

background-color css

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

 a { background-color: rgb(173,214,128); }

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

border-color css

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

 span { border-color: rgb(173,214,128); }

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