Html Css Color HEX #A1FA75 Feijoa

📋 copy color: '#A1FA75'

red 161 ◦ green 250 ◦ blue 117

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

Shades of Feijoa #A1FA75

Tints of Feijoa #A1FA75

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

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

R = 30.49%
G = 47.35%
B = 22.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A1FA75 (or 0xA1FA75) is known color: Feijoa. HEX triplet: A1, FA and 75. RGB value is (161,250,117). Sum of RGB (Red+Green+Blue) = 161+250+117=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FA75 is #5E058A. Grayscale: #D0D0D0. Windows color (decimal): -6161803 or 7731873. OLE color: 7731873.

HSL color Cylindrical-coordinate representation of color #A1FA75: hue angle of 100.15º degrees, saturation: 0.93, 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 #A1FA75 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 250 117 -
CMYK 0.36 0 0.53 0.02
HSL 100.15º 0.93% 0.72% -
HSV(B) 100.15º 0.53% 0.98% -
XYZ 52.09 77.23 28.99 -
YUV 208.23 76.51 94.31 -
System Red Green Blue C M Y K H S L
Decimal 161 250 117 0.36 0 0.53 0.02 100.15 0.93 0.72
Hex A1 FA 75 24 0 35 2 64 5D 48
Octal 241 372 165 44 0 65 2 144 135 110
Binary 10100001 11111010 1110101 100100 0 110101 10 1100100 1011101 1001000

Color Harmonies of #A1FA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FA75

Black with #A1FA75

Text Example


Text Example

White with #A1FA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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