Html Css Color HEX #A7F080 Feijoa

📋 copy color: '#A7F080'

red 167 ◦ green 240 ◦ blue 128

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

Shades of Feijoa #A7F080

Tints of Feijoa #A7F080

RGB

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

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

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

R = 31.21%
G = 44.86%
B = 23.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#A7F080 (or 0xA7F080) is known color: Feijoa. HEX triplet: A7, F0 and 80. RGB value is (167,240,128). Sum of RGB (Red+Green+Blue) = 167+240+128=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F080 is #580F7F. Grayscale: #CDCDCD. Windows color (decimal): -5771136 or 8450215. OLE color: 8450215.

HSL color Cylindrical-coordinate representation of color #A7F080: hue angle of 99.11º 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 #A7F080 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 240 128 -
CMYK 0.30 0 0.47 0.06
HSL 99.11º 0.79% 0.72% -
HSV(B) 99.11º 0.47% 0.94% -
XYZ 50.99 72.09 31.65 -
YUV 205.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 167 240 128 0.30 0 0.47 0.06 99.11 0.79 0.72
Hex A7 F0 80 1E 0 2F 6 63 4F 48
Octal 247 360 200 36 0 57 6 143 117 110
Binary 10100111 11110000 10000000 11110 0 101111 110 1100011 1001111 1001000

Color Harmonies of #A7F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F080

Black with #A7F080

Text Example


Text Example

White with #A7F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F080; }

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

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

background-color css

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

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

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

border-color css

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

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

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