Html Css Color HEX #ADD580 Feijoa

📋 copy color: '#ADD580'

red 173 ◦ green 213 ◦ blue 128

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

Shades of Feijoa #ADD580

Tints of Feijoa #ADD580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

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

R = 33.66%
G = 41.44%
B = 24.9%

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

#ADD580 (or 0xADD580) is known color: Feijoa. HEX triplet: AD, D5 and 80. RGB value is (173,213,128). Sum of RGB (Red+Green+Blue) = 173+213+128=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD580 is #522A7F. Grayscale: #BFBFBF. Windows color (decimal): -5384832 or 8443309. OLE color: 8443309.

HSL color Cylindrical-coordinate representation of color #ADD580: hue angle of 88.24º degrees, saturation: 0.5, 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 #ADD580 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 128 -
CMYK 0.19 0 0.40 0.16
HSL 88.24º 0.5% 0.67% -
HSV(B) 88.24º 0.4% 0.84% -
XYZ 44.92 58.03 29.26 -
YUV 191.35 92.25 114.91 -
System Red Green Blue C M Y K H S L
Decimal 173 213 128 0.19 0 0.40 0.16 88.24 0.5 0.67
Hex AD D5 80 13 0 28 10 58 32 43
Octal 255 325 200 23 0 50 20 130 62 103
Binary 10101101 11010101 10000000 10011 0 101000 10000 1011000 110010 1000011

Color Harmonies of #ADD580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD580

Black with #ADD580

Text Example


Text Example

White with #ADD580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD580; }

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

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

background-color css

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

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

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

border-color css

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

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

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