Html Css Color HEX #A1E069 Feijoa

📋 copy color: '#A1E069'

red 161 ◦ green 224 ◦ blue 105

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

Shades of Feijoa #A1E069

Tints of Feijoa #A1E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 32.86%
G = 45.71%
B = 21.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#A1E069 (or 0xA1E069) is known color: Feijoa. HEX triplet: A1, E0 and 69. RGB value is (161,224,105). Sum of RGB (Red+Green+Blue) = 161+224+105=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E069 is #5E1F96. Grayscale: #C0C0C0. Windows color (decimal): -6168471 or 6938785. OLE color: 6938785.

HSL color Cylindrical-coordinate representation of color #A1E069: hue angle of 91.76º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1E069 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 105 -
CMYK 0.28 0 0.53 0.12
HSL 91.76º 0.66% 0.65% -
HSV(B) 91.76º 0.53% 0.88% -
XYZ 43.9 61.91 23 -
YUV 191.6 79.13 106.18 -
System Red Green Blue C M Y K H S L
Decimal 161 224 105 0.28 0 0.53 0.12 91.76 0.66 0.65
Hex A1 E0 69 1C 0 35 C 5C 42 41
Octal 241 340 151 34 0 65 14 134 102 101
Binary 10100001 11100000 1101001 11100 0 110101 1100 1011100 1000010 1000001

Color Harmonies of #A1E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E069

Black with #A1E069

Text Example


Text Example

White with #A1E069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E069; }

 p { color: rgb(161,224,105); }

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

background-color css

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

 a { background-color: rgb(161,224,105); }

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

border-color css

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

 span { border-color: rgb(161,224,105); }

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