Html Css Color HEX #ADFD80 Feijoa

📋 copy color: '#ADFD80'

red 173 ◦ green 253 ◦ blue 128

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

Shades of Feijoa #ADFD80

Tints of Feijoa #ADFD80

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 31.23%
G = 45.67%
B = 23.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#ADFD80 (or 0xADFD80) is known color: Feijoa. HEX triplet: AD, FD and 80. RGB value is (173,253,128). Sum of RGB (Red+Green+Blue) = 173+253+128=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD80 is #52027F. Grayscale: #D7D7D7. Windows color (decimal): -5374592 or 8453549. OLE color: 8453549.

HSL color Cylindrical-coordinate representation of color #ADFD80: hue angle of 98.4º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADFD80 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 128 -
CMYK 0.32 0 0.49 0.01
HSL 98.4º 0.97% 0.75% -
HSV(B) 98.4º 0.49% 0.99% -
XYZ 56.26 80.69 33.03 -
YUV 214.83 79 98.16 -
System Red Green Blue C M Y K H S L
Decimal 173 253 128 0.32 0 0.49 0.01 98.4 0.97 0.75
Hex AD FD 80 20 0 31 1 62 61 4B
Octal 255 375 200 40 0 61 1 142 141 113
Binary 10101101 11111101 10000000 100000 0 110001 1 1100010 1100001 1001011

Color Harmonies of #ADFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD80

Black with #ADFD80

Text Example


Text Example

White with #ADFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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