Html Css Color HEX #A9F982 Feijoa

📋 copy color: '#A9F982'

red 169 ◦ green 249 ◦ blue 130

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

Shades of Feijoa #A9F982

Tints of Feijoa #A9F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

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

R = 30.84%
G = 45.44%
B = 23.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#A9F982 (or 0xA9F982) is known color: Feijoa. HEX triplet: A9, F9 and 82. RGB value is (169,249,130). Sum of RGB (Red+Green+Blue) = 169+249+130=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F982 is #56067D. Grayscale: #D3D3D3. Windows color (decimal): -5637758 or 8583593. OLE color: 8583593.

HSL color Cylindrical-coordinate representation of color #A9F982: hue angle of 100.34º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9F982 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 249 130 -
CMYK 0.32 0 0.48 0.02
HSL 100.34º 0.91% 0.74% -
HSV(B) 100.34º 0.48% 0.98% -
XYZ 54.27 77.8 33.28 -
YUV 211.51 82 97.68 -
System Red Green Blue C M Y K H S L
Decimal 169 249 130 0.32 0 0.48 0.02 100.34 0.91 0.74
Hex A9 F9 82 20 0 30 2 64 5B 4A
Octal 251 371 202 40 0 60 2 144 133 112
Binary 10101001 11111001 10000010 100000 0 110000 10 1100100 1011011 1001010

Color Harmonies of #A9F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F982

Black with #A9F982

Text Example


Text Example

White with #A9F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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