Html Css Color HEX #A1E872 Feijoa

📋 copy color: '#A1E872'

red 161 ◦ green 232 ◦ blue 114

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

Shades of Feijoa #A1E872

Tints of Feijoa #A1E872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.76%

 BLUE value IS 114 (44.92% from 255) = 22.49%

R = 31.76%
G = 45.76%
B = 22.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A1E872 (or 0xA1E872) is known color: Feijoa. HEX triplet: A1, E8 and 72. RGB value is (161,232,114). Sum of RGB (Red+Green+Blue) = 161+232+114=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E872 is #5E178D. Grayscale: #C5C5C5. Windows color (decimal): -6166414 or 7530657. OLE color: 7530657.

HSL color Cylindrical-coordinate representation of color #A1E872: hue angle of 96.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1E872 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 232 114 -
CMYK 0.31 0 0.51 0.09
HSL 96.1º 0.72% 0.68% -
HSV(B) 96.1º 0.51% 0.91% -
XYZ 46.59 66.51 26.3 -
YUV 197.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 161 232 114 0.31 0 0.51 0.09 96.1 0.72 0.68
Hex A1 E8 72 1F 0 33 9 60 48 44
Octal 241 350 162 37 0 63 11 140 110 104
Binary 10100001 11101000 1110010 11111 0 110011 1001 1100000 1001000 1000100

Color Harmonies of #A1E872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E872

Black with #A1E872

Text Example


Text Example

White with #A1E872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E872; }

 p { color: rgb(161,232,114); }

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

background-color css

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

 a { background-color: rgb(161,232,114); }

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

border-color css

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

 span { border-color: rgb(161,232,114); }

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