Html Css Color HEX #A1EA6D Feijoa

📋 copy color: '#A1EA6D'

red 161 ◦ green 234 ◦ blue 109

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

Shades of Feijoa #A1EA6D

Tints of Feijoa #A1EA6D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 31.94%
G = 46.43%
B = 21.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#A1EA6D (or 0xA1EA6D) is known color: Feijoa. HEX triplet: A1, EA and 6D. RGB value is (161,234,109). Sum of RGB (Red+Green+Blue) = 161+234+109=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EA6D is #5E1592. Grayscale: #C6C6C6. Windows color (decimal): -6165907 or 7203489. OLE color: 7203489.

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

Color convert

RGB 161 234 109 -
CMYK 0.31 0 0.53 0.08
HSL 95.04º 0.75% 0.67% -
HSV(B) 95.04º 0.53% 0.92% -
XYZ 46.88 67.53 25.03 -
YUV 197.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 161 234 109 0.31 0 0.53 0.08 95.04 0.75 0.67
Hex A1 EA 6D 1F 0 35 8 5F 4B 43
Octal 241 352 155 37 0 65 10 137 113 103
Binary 10100001 11101010 1101101 11111 0 110101 1000 1011111 1001011 1000011

Color Harmonies of #A1EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EA6D

Black with #A1EA6D

Text Example


Text Example

White with #A1EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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