Html Css Color HEX #ADFC80 Feijoa

📋 copy color: '#ADFC80'

red 173 ◦ green 252 ◦ blue 128

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

Shades of Feijoa #ADFC80

Tints of Feijoa #ADFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

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

R = 31.28%
G = 45.57%
B = 23.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#ADFC80 (or 0xADFC80) is known color: Feijoa. HEX triplet: AD, FC and 80. RGB value is (173,252,128). Sum of RGB (Red+Green+Blue) = 173+252+128=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC80 is #52037F. Grayscale: #D6D6D6. Windows color (decimal): -5374848 or 8453293. OLE color: 8453293.

HSL color Cylindrical-coordinate representation of color #ADFC80: hue angle of 98.23º degrees, saturation: 0.95, 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 #ADFC80 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 128 -
CMYK 0.31 0 0.49 0.01
HSL 98.23º 0.95% 0.75% -
HSV(B) 98.23º 0.49% 0.99% -
XYZ 55.94 80.06 32.93 -
YUV 214.24 79.33 98.58 -
System Red Green Blue C M Y K H S L
Decimal 173 252 128 0.31 0 0.49 0.01 98.23 0.95 0.75
Hex AD FC 80 1F 0 31 1 62 5F 4B
Octal 255 374 200 37 0 61 1 142 137 113
Binary 10101101 11111100 10000000 11111 0 110001 1 1100010 1011111 1001011

Color Harmonies of #ADFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC80

Black with #ADFC80

Text Example


Text Example

White with #ADFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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