Html Css Color HEX #A1FB75 Feijoa

📋 copy color: '#A1FB75'

red 161 ◦ green 251 ◦ blue 117

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

Shades of Feijoa #A1FB75

Tints of Feijoa #A1FB75

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.45%

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

R = 30.43%
G = 47.45%
B = 22.12%

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

#A1FB75 (or 0xA1FB75) is known color: Feijoa. HEX triplet: A1, FB and 75. RGB value is (161,251,117). Sum of RGB (Red+Green+Blue) = 161+251+117=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FB75 is #5E048A. Grayscale: #D1D1D1. Windows color (decimal): -6161547 or 7732129. OLE color: 7732129.

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

Color convert

RGB 161 251 117 -
CMYK 0.36 0 0.53 0.02
HSL 100.3º 0.94% 0.72% -
HSV(B) 100.3º 0.53% 0.98% -
XYZ 52.41 77.86 29.1 -
YUV 208.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 161 251 117 0.36 0 0.53 0.02 100.3 0.94 0.72
Hex A1 FB 75 24 0 35 2 64 5E 48
Octal 241 373 165 44 0 65 2 144 136 110
Binary 10100001 11111011 1110101 100100 0 110101 10 1100100 1011110 1001000

Color Harmonies of #A1FB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FB75

Black with #A1FB75

Text Example


Text Example

White with #A1FB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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