Html Css Color HEX #A7F980 Feijoa

📋 copy color: '#A7F980'

red 167 ◦ green 249 ◦ blue 128

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

Shades of Feijoa #A7F980

Tints of Feijoa #A7F980

RGB

 RED value IS 167 (65.63% from 255) = 30.7%

 GREEN value IS 249 (97.66% from 255) = 45.77%

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

R = 30.7%
G = 45.77%
B = 23.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#A7F980 (or 0xA7F980) is known color: Feijoa. HEX triplet: A7, F9 and 80. RGB value is (167,249,128). Sum of RGB (Red+Green+Blue) = 167+249+128=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F980 is #58067F. Grayscale: #D3D3D3. Windows color (decimal): -5768832 or 8452519. OLE color: 8452519.

HSL color Cylindrical-coordinate representation of color #A7F980: hue angle of 100.66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7F980 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 249 128 -
CMYK 0.33 0 0.49 0.02
HSL 100.66º 0.91% 0.74% -
HSV(B) 100.66º 0.49% 0.98% -
XYZ 53.71 77.53 32.56 -
YUV 210.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 167 249 128 0.33 0 0.49 0.02 100.66 0.91 0.74
Hex A7 F9 80 21 0 31 2 65 5B 4A
Octal 247 371 200 41 0 61 2 145 133 112
Binary 10100111 11111001 10000000 100001 0 110001 10 1100101 1011011 1001010

Color Harmonies of #A7F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F980

Black with #A7F980

Text Example


Text Example

White with #A7F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F980; }

 p { color: rgb(167,249,128); }

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

background-color css

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

 a { background-color: rgb(167,249,128); }

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

border-color css

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

 span { border-color: rgb(167,249,128); }

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