Html Css Color HEX #A4F280 Feijoa

📋 copy color: '#A4F280'

red 164 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #A4F280

Tints of Feijoa #A4F280

RGB

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

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

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

R = 30.71%
G = 45.32%
B = 23.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A4F280 (or 0xA4F280) is known color: Feijoa. HEX triplet: A4, F2 and 80. RGB value is (164,242,128). Sum of RGB (Red+Green+Blue) = 164+242+128=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4F280 is #5B0D7F. Grayscale: #CECECE. Windows color (decimal): -5967232 or 8450724. OLE color: 8450724.

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

Color convert

RGB 164 242 128 -
CMYK 0.32 0 0.47 0.05
HSL 101.05º 0.81% 0.73% -
HSV(B) 101.05º 0.47% 0.95% -
XYZ 50.96 72.96 31.82 -
YUV 205.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 164 242 128 0.32 0 0.47 0.05 101.05 0.81 0.73
Hex A4 F2 80 20 0 2F 5 65 51 49
Octal 244 362 200 40 0 57 5 145 121 111
Binary 10100100 11110010 10000000 100000 0 101111 101 1100101 1010001 1001001

Color Harmonies of #A4F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4F280

Black with #A4F280

Text Example


Text Example

White with #A4F280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4F280; }

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

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

background-color css

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

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

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

border-color css

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

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

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