Html Css Color HEX #A1FD75 Feijoa

📋 copy color: '#A1FD75'

red 161 ◦ green 253 ◦ blue 117

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

Shades of Feijoa #A1FD75

Tints of Feijoa #A1FD75

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.65%

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

R = 30.32%
G = 47.65%
B = 22.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#A1FD75 (or 0xA1FD75) is known color: Feijoa. HEX triplet: A1, FD and 75. RGB value is (161,253,117). Sum of RGB (Red+Green+Blue) = 161+253+117=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD75 is #5E028A. Grayscale: #D2D2D2. Windows color (decimal): -6161035 or 7732641. OLE color: 7732641.

HSL color Cylindrical-coordinate representation of color #A1FD75: hue angle of 100.59º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1FD75 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 253 117 -
CMYK 0.36 0 0.54 0.01
HSL 100.59º 0.97% 0.73% -
HSV(B) 100.59º 0.54% 0.99% -
XYZ 53.03 79.11 29.3 -
YUV 209.99 75.52 93.06 -
System Red Green Blue C M Y K H S L
Decimal 161 253 117 0.36 0 0.54 0.01 100.59 0.97 0.73
Hex A1 FD 75 24 0 36 1 65 61 49
Octal 241 375 165 44 0 66 1 145 141 111
Binary 10100001 11111101 1110101 100100 0 110110 1 1100101 1100001 1001001

Color Harmonies of #A1FD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FD75

Black with #A1FD75

Text Example


Text Example

White with #A1FD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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