Html Css Color HEX #A3F080 Feijoa

📋 copy color: '#A3F080'

red 163 ◦ green 240 ◦ blue 128

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

Shades of Feijoa #A3F080

Tints of Feijoa #A3F080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 30.7%
G = 45.2%
B = 24.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#A3F080 (or 0xA3F080) is known color: Feijoa. HEX triplet: A3, F0 and 80. RGB value is (163,240,128). Sum of RGB (Red+Green+Blue) = 163+240+128=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #A3F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F080 is #5C0F7F. Grayscale: #CCCCCC. Windows color (decimal): -6033280 or 8450211. OLE color: 8450211.

HSL color Cylindrical-coordinate representation of color #A3F080: hue angle of 101.25º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3F080 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 240 128 -
CMYK 0.32 0 0.47 0.06
HSL 101.25º 0.79% 0.72% -
HSV(B) 101.25º 0.47% 0.94% -
XYZ 50.16 71.67 31.61 -
YUV 204.21 84.99 98.61 -
System Red Green Blue C M Y K H S L
Decimal 163 240 128 0.32 0 0.47 0.06 101.25 0.79 0.72
Hex A3 F0 80 20 0 2F 6 65 4F 48
Octal 243 360 200 40 0 57 6 145 117 110
Binary 10100011 11110000 10000000 100000 0 101111 110 1100101 1001111 1001000

Color Harmonies of #A3F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3F080

Black with #A3F080

Text Example


Text Example

White with #A3F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3F080; }

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

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

background-color css

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

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

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

border-color css

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

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

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