Html Css Color HEX #A3EE80 Feijoa

📋 copy color: '#A3EE80'

red 163 ◦ green 238 ◦ blue 128

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

Shades of Feijoa #A3EE80

Tints of Feijoa #A3EE80

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

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

R = 30.81%
G = 44.99%
B = 24.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#A3EE80 (or 0xA3EE80) is known color: Feijoa. HEX triplet: A3, EE and 80. RGB value is (163,238,128). Sum of RGB (Red+Green+Blue) = 163+238+128=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EE80 is #5C117F. Grayscale: #CBCBCB. Windows color (decimal): -6033792 or 8449699. OLE color: 8449699.

HSL color Cylindrical-coordinate representation of color #A3EE80: hue angle of 100.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3EE80 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 238 128 -
CMYK 0.32 0 0.46 0.07
HSL 100.91º 0.76% 0.72% -
HSV(B) 100.91º 0.46% 0.93% -
XYZ 49.58 70.49 31.42 -
YUV 203.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 163 238 128 0.32 0 0.46 0.07 100.91 0.76 0.72
Hex A3 EE 80 20 0 2E 7 65 4C 48
Octal 243 356 200 40 0 56 7 145 114 110
Binary 10100011 11101110 10000000 100000 0 101110 111 1100101 1001100 1001000

Color Harmonies of #A3EE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EE80

Black with #A3EE80

Text Example


Text Example

White with #A3EE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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