Html Css Color HEX #A1F973 Feijoa

📋 copy color: '#A1F973'

red 161 ◦ green 249 ◦ blue 115

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

Shades of Feijoa #A1F973

Tints of Feijoa #A1F973

RGB

 RED value IS 161 (63.28% from 255) = 30.67%

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

 BLUE value IS 115 (45.31% from 255) = 21.9%

R = 30.67%
G = 47.43%
B = 21.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#A1F973 (or 0xA1F973) is known color: Feijoa. HEX triplet: A1, F9 and 73. RGB value is (161,249,115). Sum of RGB (Red+Green+Blue) = 161+249+115=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F973 is #5E068C. Grayscale: #CFCFCF. Windows color (decimal): -6162061 or 7600545. OLE color: 7600545.

HSL color Cylindrical-coordinate representation of color #A1F973: hue angle of 99.4º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1F973 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 115 -
CMYK 0.35 0 0.54 0.02
HSL 99.4º 0.92% 0.71% -
HSV(B) 99.4º 0.54% 0.98% -
XYZ 51.67 76.57 28.28 -
YUV 207.41 75.85 94.9 -
System Red Green Blue C M Y K H S L
Decimal 161 249 115 0.35 0 0.54 0.02 99.4 0.92 0.71
Hex A1 F9 73 23 0 36 2 63 5C 47
Octal 241 371 163 43 0 66 2 143 134 107
Binary 10100001 11111001 1110011 100011 0 110110 10 1100011 1011100 1000111

Color Harmonies of #A1F973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F973

Black with #A1F973

Text Example


Text Example

White with #A1F973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F973; }

 p { color: rgb(161,249,115); }

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

background-color css

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

 a { background-color: rgb(161,249,115); }

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

border-color css

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

 span { border-color: rgb(161,249,115); }

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