Html Css Color HEX #ADFF80 Feijoa

📋 copy color: '#ADFF80'

red 173 ◦ green 255 ◦ blue 128

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

Shades of Feijoa #ADFF80

Tints of Feijoa #ADFF80

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

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

R = 31.12%
G = 45.86%
B = 23.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#ADFF80 (or 0xADFF80) is known color: Feijoa. HEX triplet: AD, FF and 80. RGB value is (173,255,128). Sum of RGB (Red+Green+Blue) = 173+255+128=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFF80 is #52007F. Grayscale: #D8D8D8. Windows color (decimal): -5374080 or 8454061. OLE color: 8454061.

HSL color Cylindrical-coordinate representation of color #ADFF80: hue angle of 98.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADFF80 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 128 -
CMYK 0.32 0 0.50 0
HSL 98.74º 1% 0.75% -
HSV(B) 98.74º 0.5% 1% -
XYZ 56.89 81.96 33.24 -
YUV 216 78.33 97.33 -
System Red Green Blue C M Y K H S L
Decimal 173 255 128 0.32 0 0.50 0 98.74 1 0.75
Hex AD FF 80 20 0 32 0 63 64 4B
Octal 255 377 200 40 0 62 0 143 144 113
Binary 10101101 11111111 10000000 100000 0 110010 0 1100011 1100100 1001011

Color Harmonies of #ADFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF80

Black with #ADFF80

Text Example


Text Example

White with #ADFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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