Html Css Color HEX #A9F280 Feijoa

📋 copy color: '#A9F280'

red 169 ◦ green 242 ◦ blue 128

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

Shades of Feijoa #A9F280

Tints of Feijoa #A9F280

RGB

 RED value IS 169 (66.41% from 255) = 31.35%

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

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

R = 31.35%
G = 44.9%
B = 23.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A9F280 (or 0xA9F280) is known color: Feijoa. HEX triplet: A9, F2 and 80. RGB value is (169,242,128). Sum of RGB (Red+Green+Blue) = 169+242+128=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F280 is #560D7F. Grayscale: #CFCFCF. Windows color (decimal): -5639552 or 8450729. OLE color: 8450729.

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

Color convert

RGB 169 242 128 -
CMYK 0.30 0 0.47 0.05
HSL 98.42º 0.81% 0.73% -
HSV(B) 98.42º 0.47% 0.95% -
XYZ 52.01 73.5 31.87 -
YUV 207.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 169 242 128 0.30 0 0.47 0.05 98.42 0.81 0.73
Hex A9 F2 80 1E 0 2F 5 62 51 49
Octal 251 362 200 36 0 57 5 142 121 111
Binary 10101001 11110010 10000000 11110 0 101111 101 1100010 1010001 1001001

Color Harmonies of #A9F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F280

Black with #A9F280

Text Example


Text Example

White with #A9F280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F280; }

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

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

background-color css

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

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

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

border-color css

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

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

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