Html Css Color HEX #A1F86A Feijoa

📋 copy color: '#A1F86A'

red 161 ◦ green 248 ◦ blue 106

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

Shades of Feijoa #A1F86A

Tints of Feijoa #A1F86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.16%

 BLUE value IS 106 (41.8% from 255) = 20.58%

R = 31.26%
G = 48.16%
B = 20.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#A1F86A (or 0xA1F86A) is known color: Feijoa. HEX triplet: A1, F8 and 6A. RGB value is (161,248,106). Sum of RGB (Red+Green+Blue) = 161+248+106=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F86A is #5E0795. Grayscale: #CECECE. Windows color (decimal): -6162326 or 7010465. OLE color: 7010465.

HSL color Cylindrical-coordinate representation of color #A1F86A: hue angle of 96.76º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1F86A is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 248 106 -
CMYK 0.35 0 0.57 0.03
HSL 96.76º 0.91% 0.69% -
HSV(B) 96.76º 0.57% 0.97% -
XYZ 50.87 75.75 25.58 -
YUV 205.8 71.68 96.05 -
System Red Green Blue C M Y K H S L
Decimal 161 248 106 0.35 0 0.57 0.03 96.76 0.91 0.69
Hex A1 F8 6A 23 0 39 3 61 5B 45
Octal 241 370 152 43 0 71 3 141 133 105
Binary 10100001 11111000 1101010 100011 0 111001 11 1100001 1011011 1000101

Color Harmonies of #A1F86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F86A

Black with #A1F86A

Text Example


Text Example

White with #A1F86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F86A; }

 p { color: rgb(161,248,106); }

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

background-color css

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

 a { background-color: rgb(161,248,106); }

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

border-color css

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

 span { border-color: rgb(161,248,106); }

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