Html Css Color HEX #A2F580 Feijoa

📋 copy color: '#A2F580'

red 162 ◦ green 245 ◦ blue 128

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

Shades of Feijoa #A2F580

Tints of Feijoa #A2F580

RGB

 RED value IS 162 (63.67% from 255) = 30.28%

 GREEN value IS 245 (96.09% from 255) = 45.79%

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

R = 30.28%
G = 45.79%
B = 23.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#A2F580 (or 0xA2F580) is known color: Feijoa. HEX triplet: A2, F5 and 80. RGB value is (162,245,128). Sum of RGB (Red+Green+Blue) = 162+245+128=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F580 is #5D0A7F. Grayscale: #CFCFCF. Windows color (decimal): -6097536 or 8451490. OLE color: 8451490.

HSL color Cylindrical-coordinate representation of color #A2F580: hue angle of 102.56º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2F580 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 245 128 -
CMYK 0.34 0 0.48 0.04
HSL 102.56º 0.85% 0.73% -
HSV(B) 102.56º 0.48% 0.96% -
XYZ 51.45 74.54 32.1 -
YUV 206.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 162 245 128 0.34 0 0.48 0.04 102.56 0.85 0.73
Hex A2 F5 80 22 0 30 4 67 55 49
Octal 242 365 200 42 0 60 4 147 125 111
Binary 10100010 11110101 10000000 100010 0 110000 100 1100111 1010101 1001001

Color Harmonies of #A2F580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F580

Black with #A2F580

Text Example


Text Example

White with #A2F580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F580; }

 p { color: rgb(162,245,128); }

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

background-color css

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

 a { background-color: rgb(162,245,128); }

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

border-color css

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

 span { border-color: rgb(162,245,128); }

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