Html Css Color HEX #A1EC70 Feijoa

📋 copy color: '#A1EC70'

red 161 ◦ green 236 ◦ blue 112

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

Shades of Feijoa #A1EC70

Tints of Feijoa #A1EC70

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.37%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 31.63%
G = 46.37%
B = 22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#A1EC70 (or 0xA1EC70) is known color: Feijoa. HEX triplet: A1, EC and 70. RGB value is (161,236,112). Sum of RGB (Red+Green+Blue) = 161+236+112=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC70 is #5E138F. Grayscale: #C7C7C7. Windows color (decimal): -6165392 or 7400609. OLE color: 7400609.

HSL color Cylindrical-coordinate representation of color #A1EC70: hue angle of 96.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1EC70 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 236 112 -
CMYK 0.32 0 0.53 0.07
HSL 96.29º 0.77% 0.68% -
HSV(B) 96.29º 0.53% 0.93% -
XYZ 47.62 68.74 26.09 -
YUV 199.44 78.65 100.58 -
System Red Green Blue C M Y K H S L
Decimal 161 236 112 0.32 0 0.53 0.07 96.29 0.77 0.68
Hex A1 EC 70 20 0 35 7 60 4D 44
Octal 241 354 160 40 0 65 7 140 115 104
Binary 10100001 11101100 1110000 100000 0 110101 111 1100000 1001101 1000100

Color Harmonies of #A1EC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC70

Black with #A1EC70

Text Example


Text Example

White with #A1EC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC70; }

 p { color: rgb(161,236,112); }

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

background-color css

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

 a { background-color: rgb(161,236,112); }

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

border-color css

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

 span { border-color: rgb(161,236,112); }

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