Html Css Color HEX #A1D673 Feijoa

📋 copy color: '#A1D673'

red 161 ◦ green 214 ◦ blue 115

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

Shades of Feijoa #A1D673

Tints of Feijoa #A1D673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

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

R = 32.86%
G = 43.67%
B = 23.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#A1D673 (or 0xA1D673) is known color: Feijoa. HEX triplet: A1, D6 and 73. RGB value is (161,214,115). Sum of RGB (Red+Green+Blue) = 161+214+115=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D673 is #5E298C. Grayscale: #BBBBBB. Windows color (decimal): -6171021 or 7591585. OLE color: 7591585.

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

Color convert

RGB 161 214 115 -
CMYK 0.25 0 0.46 0.16
HSL 92.12º 0.55% 0.65% -
HSV(B) 92.12º 0.46% 0.84% -
XYZ 41.84 56.91 25 -
YUV 186.87 87.44 109.55 -
System Red Green Blue C M Y K H S L
Decimal 161 214 115 0.25 0 0.46 0.16 92.12 0.55 0.65
Hex A1 D6 73 19 0 2E 10 5C 37 41
Octal 241 326 163 31 0 56 20 134 67 101
Binary 10100001 11010110 1110011 11001 0 101110 10000 1011100 110111 1000001

Color Harmonies of #A1D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D673

Black with #A1D673

Text Example


Text Example

White with #A1D673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D673; }

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

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

background-color css

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

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

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

border-color css

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

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

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