Html Css Color HEX #A1F16F Feijoa

📋 copy color: '#A1F16F'

red 161 ◦ green 241 ◦ blue 111

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

Shades of Feijoa #A1F16F

Tints of Feijoa #A1F16F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.98%

 BLUE value IS 111 (43.75% from 255) = 21.64%

R = 31.38%
G = 46.98%
B = 21.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#A1F16F (or 0xA1F16F) is known color: Feijoa. HEX triplet: A1, F1 and 6F. RGB value is (161,241,111). Sum of RGB (Red+Green+Blue) = 161+241+111=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F16F is #5E0E90. Grayscale: #CACACA. Windows color (decimal): -6164113 or 7336353. OLE color: 7336353.

HSL color Cylindrical-coordinate representation of color #A1F16F: hue angle of 96.92º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1F16F is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 241 111 -
CMYK 0.33 0 0.54 0.05
HSL 96.92º 0.82% 0.69% -
HSV(B) 96.92º 0.54% 0.95% -
XYZ 49.02 71.64 26.28 -
YUV 202.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 161 241 111 0.33 0 0.54 0.05 96.92 0.82 0.69
Hex A1 F1 6F 21 0 36 5 61 52 45
Octal 241 361 157 41 0 66 5 141 122 105
Binary 10100001 11110001 1101111 100001 0 110110 101 1100001 1010010 1000101

Color Harmonies of #A1F16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F16F

Black with #A1F16F

Text Example


Text Example

White with #A1F16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F16F; }

 p { color: rgb(161,241,111); }

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

background-color css

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

 a { background-color: rgb(161,241,111); }

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

border-color css

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

 span { border-color: rgb(161,241,111); }

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