Html Css Color HEX #A1EB6B Feijoa

📋 copy color: '#A1EB6B'

red 161 ◦ green 235 ◦ blue 107

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

Shades of Feijoa #A1EB6B

Tints of Feijoa #A1EB6B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.72%

 BLUE value IS 107 (42.19% from 255) = 21.27%

R = 32.01%
G = 46.72%
B = 21.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#A1EB6B (or 0xA1EB6B) is known color: Feijoa. HEX triplet: A1, EB and 6B. RGB value is (161,235,107). Sum of RGB (Red+Green+Blue) = 161+235+107=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB6B is #5E1494. Grayscale: #C6C6C6. Windows color (decimal): -6165653 or 7072673. OLE color: 7072673.

HSL color Cylindrical-coordinate representation of color #A1EB6B: hue angle of 94.69º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1EB6B is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 107 -
CMYK 0.31 0 0.54 0.08
HSL 94.69º 0.76% 0.67% -
HSV(B) 94.69º 0.54% 0.92% -
XYZ 47.06 68.06 24.57 -
YUV 198.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 161 235 107 0.31 0 0.54 0.08 94.69 0.76 0.67
Hex A1 EB 6B 1F 0 36 8 5F 4C 43
Octal 241 353 153 37 0 66 10 137 114 103
Binary 10100001 11101011 1101011 11111 0 110110 1000 1011111 1001100 1000011

Color Harmonies of #A1EB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB6B

Black with #A1EB6B

Text Example


Text Example

White with #A1EB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB6B; }

 p { color: rgb(161,235,107); }

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

background-color css

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

 a { background-color: rgb(161,235,107); }

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

border-color css

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

 span { border-color: rgb(161,235,107); }

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