Html Css Color HEX #A1F975 Feijoa

📋 copy color: '#A1F975'

red 161 ◦ green 249 ◦ blue 117

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

Shades of Feijoa #A1F975

Tints of Feijoa #A1F975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 30.55%
G = 47.25%
B = 22.2%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A1F975 (or 0xA1F975) is known color: Feijoa. HEX triplet: A1, F9 and 75. RGB value is (161,249,117). Sum of RGB (Red+Green+Blue) = 161+249+117=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F975 is #5E068A. Grayscale: #D0D0D0. Windows color (decimal): -6162059 or 7731617. OLE color: 7731617.

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

Color convert

RGB 161 249 117 -
CMYK 0.35 0 0.53 0.02
HSL 100º 0.92% 0.72% -
HSV(B) 100º 0.53% 0.98% -
XYZ 51.78 76.61 28.89 -
YUV 207.64 76.85 94.73 -
System Red Green Blue C M Y K H S L
Decimal 161 249 117 0.35 0 0.53 0.02 100 0.92 0.72
Hex A1 F9 75 23 0 35 2 64 5C 48
Octal 241 371 165 43 0 65 2 144 134 110
Binary 10100001 11111001 1110101 100011 0 110101 10 1100100 1011100 1001000

Color Harmonies of #A1F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F975

Black with #A1F975

Text Example


Text Example

White with #A1F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F975; }

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

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

background-color css

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

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

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

border-color css

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

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

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