Html Css Color HEX #A1EC6D Feijoa

📋 copy color: '#A1EC6D'

red 161 ◦ green 236 ◦ blue 109

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

Shades of Feijoa #A1EC6D

Tints of Feijoa #A1EC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 31.82%
G = 46.64%
B = 21.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#A1EC6D (or 0xA1EC6D) is known color: Feijoa. HEX triplet: A1, EC and 6D. RGB value is (161,236,109). Sum of RGB (Red+Green+Blue) = 161+236+109=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #A1EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EC6D is #5E1392. Grayscale: #C7C7C7. Windows color (decimal): -6165395 or 7204001. OLE color: 7204001.

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

Color convert

RGB 161 236 109 -
CMYK 0.32 0 0.54 0.07
HSL 95.43º 0.77% 0.68% -
HSV(B) 95.43º 0.54% 0.93% -
XYZ 47.45 68.67 25.22 -
YUV 199.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 161 236 109 0.32 0 0.54 0.07 95.43 0.77 0.68
Hex A1 EC 6D 20 0 36 7 5F 4D 44
Octal 241 354 155 40 0 66 7 137 115 104
Binary 10100001 11101100 1101101 100000 0 110110 111 1011111 1001101 1000100

Color Harmonies of #A1EC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EC6D

Black with #A1EC6D

Text Example


Text Example

White with #A1EC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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