Html Css Color HEX #A1E57D Feijoa

📋 copy color: '#A1E57D'

red 161 ◦ green 229 ◦ blue 125

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

Shades of Feijoa #A1E57D

Tints of Feijoa #A1E57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 31.26%
G = 44.47%
B = 24.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#A1E57D (or 0xA1E57D) is known color: Feijoa. HEX triplet: A1, E5 and 7D. RGB value is (161,229,125). Sum of RGB (Red+Green+Blue) = 161+229+125=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E57D is #5E1A82. Grayscale: #C5C5C5. Windows color (decimal): -6167171 or 8250785. OLE color: 8250785.

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

Color convert

RGB 161 229 125 -
CMYK 0.30 0 0.45 0.10
HSL 99.23º 0.67% 0.69% -
HSV(B) 99.23º 0.45% 0.9% -
XYZ 46.42 65.1 29.52 -
YUV 196.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 161 229 125 0.30 0 0.45 0.10 99.23 0.67 0.69
Hex A1 E5 7D 1E 0 2D A 63 43 45
Octal 241 345 175 36 0 55 12 143 103 105
Binary 10100001 11100101 1111101 11110 0 101101 1010 1100011 1000011 1000101

Color Harmonies of #A1E57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E57D

Black with #A1E57D

Text Example


Text Example

White with #A1E57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E57D; }

 p { color: rgb(161,229,125); }

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

background-color css

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

 a { background-color: rgb(161,229,125); }

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

border-color css

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

 span { border-color: rgb(161,229,125); }

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