Html Css Color HEX #A1D573 Feijoa

📋 copy color: '#A1D573'

red 161 ◦ green 213 ◦ blue 115

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

Shades of Feijoa #A1D573

Tints of Feijoa #A1D573

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 32.92%
G = 43.56%
B = 23.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A1D573 (or 0xA1D573) is known color: Feijoa. HEX triplet: A1, D5 and 73. RGB value is (161,213,115). Sum of RGB (Red+Green+Blue) = 161+213+115=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D573 is #5E2A8C. Grayscale: #BABABA. Windows color (decimal): -6171277 or 7591329. OLE color: 7591329.

HSL color Cylindrical-coordinate representation of color #A1D573: hue angle of 91.84º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D573 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 115 -
CMYK 0.24 0 0.46 0.16
HSL 91.84º 0.54% 0.64% -
HSV(B) 91.84º 0.46% 0.84% -
XYZ 41.59 56.4 24.91 -
YUV 186.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 161 213 115 0.24 0 0.46 0.16 91.84 0.54 0.64
Hex A1 D5 73 18 0 2E 10 5C 36 40
Octal 241 325 163 30 0 56 20 134 66 100
Binary 10100001 11010101 1110011 11000 0 101110 10000 1011100 110110 1000000

Color Harmonies of #A1D573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D573

Black with #A1D573

Text Example


Text Example

White with #A1D573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D573; }

 p { color: rgb(161,213,115); }

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

background-color css

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

 a { background-color: rgb(161,213,115); }

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

border-color css

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

 span { border-color: rgb(161,213,115); }

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