Html Css Color HEX #A7F280 Feijoa

📋 copy color: '#A7F280'

red 167 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #A7F280

Tints of Feijoa #A7F280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.07%

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

R = 31.1%
G = 45.07%
B = 23.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A7F280 (or 0xA7F280) is known color: Feijoa. HEX triplet: A7, F2 and 80. RGB value is (167,242,128). Sum of RGB (Red+Green+Blue) = 167+242+128=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F280 is #580D7F. Grayscale: #CECECE. Windows color (decimal): -5770624 or 8450727. OLE color: 8450727.

HSL color Cylindrical-coordinate representation of color #A7F280: hue angle of 99.47º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7F280 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 242 128 -
CMYK 0.31 0 0.47 0.05
HSL 99.47º 0.81% 0.73% -
HSV(B) 99.47º 0.47% 0.95% -
XYZ 51.58 73.28 31.85 -
YUV 206.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 167 242 128 0.31 0 0.47 0.05 99.47 0.81 0.73
Hex A7 F2 80 1F 0 2F 5 63 51 49
Octal 247 362 200 37 0 57 5 143 121 111
Binary 10100111 11110010 10000000 11111 0 101111 101 1100011 1010001 1001001

Color Harmonies of #A7F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F280

Black with #A7F280

Text Example


Text Example

White with #A7F280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F280; }

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

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

background-color css

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

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

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

border-color css

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

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

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