Html Css Color HEX #A1E67C Feijoa

📋 copy color: '#A1E67C'

red 161 ◦ green 230 ◦ blue 124

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

Shades of Feijoa #A1E67C

Tints of Feijoa #A1E67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.66%

 BLUE value IS 124 (48.83% from 255) = 24.08%

R = 31.26%
G = 44.66%
B = 24.08%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#A1E67C (or 0xA1E67C) is known color: Feijoa. HEX triplet: A1, E6 and 7C. RGB value is (161,230,124). Sum of RGB (Red+Green+Blue) = 161+230+124=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E67C is #5E1983. Grayscale: #C5C5C5. Windows color (decimal): -6166916 or 8185505. OLE color: 8185505.

HSL color Cylindrical-coordinate representation of color #A1E67C: hue angle of 99.06º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1E67C is Cyan = 0.3, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 230 124 -
CMYK 0.3 0 0.46 0.10
HSL 99.06º 0.68% 0.69% -
HSV(B) 99.06º 0.46% 0.9% -
XYZ 46.63 65.63 29.28 -
YUV 197.29 86.64 102.12 -
System Red Green Blue C M Y K H S L
Decimal 161 230 124 0.3 0 0.46 0.10 99.06 0.68 0.69
Hex A1 E6 7C 1E 0 2E A 63 44 45
Octal 241 346 174 36 0 56 12 143 104 105
Binary 10100001 11100110 1111100 11110 0 101110 1010 1100011 1000100 1000101

Color Harmonies of #A1E67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E67C

Black with #A1E67C

Text Example


Text Example

White with #A1E67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E67C; }

 p { color: rgb(161,230,124); }

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

background-color css

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

 a { background-color: rgb(161,230,124); }

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

border-color css

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

 span { border-color: rgb(161,230,124); }

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