Html Css Color HEX #A3DF80 Feijoa

📋 copy color: '#A3DF80'

red 163 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #A3DF80

Tints of Feijoa #A3DF80

RGB

 RED value IS 163 (64.06% from 255) = 31.71%

 GREEN value IS 223 (87.5% from 255) = 43.39%

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

R = 31.71%
G = 43.39%
B = 24.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#A3DF80 (or 0xA3DF80) is known color: Feijoa. HEX triplet: A3, DF and 80. RGB value is (163,223,128). Sum of RGB (Red+Green+Blue) = 163+223+128=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DF80 is #5C207F. Grayscale: #C2C2C2. Windows color (decimal): -6037632 or 8445859. OLE color: 8445859.

HSL color Cylindrical-coordinate representation of color #A3DF80: hue angle of 97.89º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3DF80 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 223 128 -
CMYK 0.27 0 0.43 0.13
HSL 97.89º 0.6% 0.69% -
HSV(B) 97.89º 0.43% 0.87% -
XYZ 45.39 62.12 30.02 -
YUV 194.23 90.62 105.72 -
System Red Green Blue C M Y K H S L
Decimal 163 223 128 0.27 0 0.43 0.13 97.89 0.6 0.69
Hex A3 DF 80 1B 0 2B D 62 3C 45
Octal 243 337 200 33 0 53 15 142 74 105
Binary 10100011 11011111 10000000 11011 0 101011 1101 1100010 111100 1000101

Color Harmonies of #A3DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DF80

Black with #A3DF80

Text Example


Text Example

White with #A3DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DF80; }

 p { color: rgb(163,223,128); }

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

background-color css

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

 a { background-color: rgb(163,223,128); }

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

border-color css

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

 span { border-color: rgb(163,223,128); }

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