Html Css Color HEX #A4F080 Feijoa

📋 copy color: '#A4F080'

red 164 ◦ green 240 ◦ blue 128

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

Shades of Feijoa #A4F080

Tints of Feijoa #A4F080

RGB

 RED value IS 164 (64.45% from 255) = 30.83%

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

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

R = 30.83%
G = 45.11%
B = 24.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#A4F080 (or 0xA4F080) is known color: Feijoa. HEX triplet: A4, F0 and 80. RGB value is (164,240,128). Sum of RGB (Red+Green+Blue) = 164+240+128=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F080 is #5B0F7F. Grayscale: #CCCCCC. Windows color (decimal): -5967744 or 8450212. OLE color: 8450212.

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

Color convert

RGB 164 240 128 -
CMYK 0.32 0 0.47 0.06
HSL 100.71º 0.79% 0.72% -
HSV(B) 100.71º 0.47% 0.94% -
XYZ 50.37 71.77 31.62 -
YUV 204.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 164 240 128 0.32 0 0.47 0.06 100.71 0.79 0.72
Hex A4 F0 80 20 0 2F 6 65 4F 48
Octal 244 360 200 40 0 57 6 145 117 110
Binary 10100100 11110000 10000000 100000 0 101111 110 1100101 1001111 1001000

Color Harmonies of #A4F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F080

Black with #A4F080

Text Example


Text Example

White with #A4F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F080; }

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

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

background-color css

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

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

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

border-color css

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

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

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