Html Css Color HEX #A9F482 Feijoa

📋 copy color: '#A9F482'

red 169 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #A9F482

Tints of Feijoa #A9F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.94%

 BLUE value IS 130 (51.17% from 255) = 23.94%

R = 31.12%
G = 44.94%
B = 23.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#A9F482 (or 0xA9F482) is known color: Feijoa. HEX triplet: A9, F4 and 82. RGB value is (169,244,130). Sum of RGB (Red+Green+Blue) = 169+244+130=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #A9F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F482 is #560B7D. Grayscale: #D0D0D0. Windows color (decimal): -5639038 or 8582313. OLE color: 8582313.

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

Color convert

RGB 169 244 130 -
CMYK 0.31 0 0.47 0.04
HSL 99.47º 0.84% 0.73% -
HSV(B) 99.47º 0.47% 0.96% -
XYZ 52.74 74.75 32.77 -
YUV 208.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 169 244 130 0.31 0 0.47 0.04 99.47 0.84 0.73
Hex A9 F4 82 1F 0 2F 4 63 54 49
Octal 251 364 202 37 0 57 4 143 124 111
Binary 10101001 11110100 10000010 11111 0 101111 100 1100011 1010100 1001001

Color Harmonies of #A9F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F482

Black with #A9F482

Text Example


Text Example

White with #A9F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F482; }

 p { color: rgb(169,244,130); }

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

background-color css

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

 a { background-color: rgb(169,244,130); }

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

border-color css

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

 span { border-color: rgb(169,244,130); }

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