Html Css Color HEX #A1D983 Feijoa

📋 copy color: '#A1D983'

red 161 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #A1D983

Tints of Feijoa #A1D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.63%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 31.63%
G = 42.63%
B = 25.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A1D983 (or 0xA1D983) is known color: Feijoa. HEX triplet: A1, D9 and 83. RGB value is (161,217,131). Sum of RGB (Red+Green+Blue) = 161+217+131=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D983 is #5E267C. Grayscale: #BEBEBE. Windows color (decimal): -6170237 or 8640929. OLE color: 8640929.

HSL color Cylindrical-coordinate representation of color #A1D983: hue angle of 99.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D983 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 217 131 -
CMYK 0.26 0 0.40 0.15
HSL 99.07º 0.53% 0.68% -
HSV(B) 99.07º 0.4% 0.85% -
XYZ 43.61 58.84 30.53 -
YUV 190.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 161 217 131 0.26 0 0.40 0.15 99.07 0.53 0.68
Hex A1 D9 83 1A 0 28 F 63 35 44
Octal 241 331 203 32 0 50 17 143 65 104
Binary 10100001 11011001 10000011 11010 0 101000 1111 1100011 110101 1000100

Color Harmonies of #A1D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D983

Black with #A1D983

Text Example


Text Example

White with #A1D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D983; }

 p { color: rgb(161,217,131); }

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

background-color css

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

 a { background-color: rgb(161,217,131); }

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

border-color css

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

 span { border-color: rgb(161,217,131); }

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