Html Css Color HEX #A1E96A Feijoa

📋 copy color: '#A1E96A'

red 161 ◦ green 233 ◦ blue 106

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

Shades of Feijoa #A1E96A

Tints of Feijoa #A1E96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.6%

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

R = 32.2%
G = 46.6%
B = 21.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#A1E96A (or 0xA1E96A) is known color: Feijoa. HEX triplet: A1, E9 and 6A. RGB value is (161,233,106). Sum of RGB (Red+Green+Blue) = 161+233+106=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E96A is #5E1695. Grayscale: #C5C5C5. Windows color (decimal): -6166166 or 7006625. OLE color: 7006625.

HSL color Cylindrical-coordinate representation of color #A1E96A: hue angle of 94.02º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1E96A is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 106 -
CMYK 0.31 0 0.55 0.09
HSL 94.02º 0.74% 0.66% -
HSV(B) 94.02º 0.55% 0.91% -
XYZ 46.44 66.9 24.1 -
YUV 196.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 161 233 106 0.31 0 0.55 0.09 94.02 0.74 0.66
Hex A1 E9 6A 1F 0 37 9 5E 4A 42
Octal 241 351 152 37 0 67 11 136 112 102
Binary 10100001 11101001 1101010 11111 0 110111 1001 1011110 1001010 1000010

Color Harmonies of #A1E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E96A

Black with #A1E96A

Text Example


Text Example

White with #A1E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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