Html Css Color HEX #ADD380 Feijoa

📋 copy color: '#ADD380'

red 173 ◦ green 211 ◦ blue 128

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

Shades of Feijoa #ADD380

Tints of Feijoa #ADD380

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 33.79%
G = 41.21%
B = 25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#ADD380 (or 0xADD380) is known color: Feijoa. HEX triplet: AD, D3 and 80. RGB value is (173,211,128). Sum of RGB (Red+Green+Blue) = 173+211+128=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD380 is #522C7F. Grayscale: #BEBEBE. Windows color (decimal): -5385344 or 8442797. OLE color: 8442797.

HSL color Cylindrical-coordinate representation of color #ADD380: hue angle of 87.47º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADD380 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 128 -
CMYK 0.18 0 0.39 0.17
HSL 87.47º 0.49% 0.66% -
HSV(B) 87.47º 0.39% 0.83% -
XYZ 44.42 57.03 29.09 -
YUV 190.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 173 211 128 0.18 0 0.39 0.17 87.47 0.49 0.66
Hex AD D3 80 12 0 27 11 57 31 42
Octal 255 323 200 22 0 47 21 127 61 102
Binary 10101101 11010011 10000000 10010 0 100111 10001 1010111 110001 1000010

Color Harmonies of #ADD380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD380

Black with #ADD380

Text Example


Text Example

White with #ADD380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD380; }

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

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

background-color css

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

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

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

border-color css

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

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

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