Html Css Color HEX #A8D983 Feijoa

📋 copy color: '#A8D983'

red 168 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #A8D983

Tints of Feijoa #A8D983

RGB

 RED value IS 168 (66.02% from 255) = 32.56%

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

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

R = 32.56%
G = 42.05%
B = 25.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#A8D983 (or 0xA8D983) is known color: Feijoa. HEX triplet: A8, D9 and 83. RGB value is (168,217,131). Sum of RGB (Red+Green+Blue) = 168+217+131=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D983 is #57267C. Grayscale: #C0C0C0. Windows color (decimal): -5711485 or 8640936. OLE color: 8640936.

HSL color Cylindrical-coordinate representation of color #A8D983: hue angle of 94.19º 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 #A8D983 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 131 -
CMYK 0.23 0 0.40 0.15
HSL 94.19º 0.53% 0.68% -
HSV(B) 94.19º 0.4% 0.85% -
XYZ 45.06 59.59 30.6 -
YUV 192.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 168 217 131 0.23 0 0.40 0.15 94.19 0.53 0.68
Hex A8 D9 83 17 0 28 F 5E 35 44
Octal 250 331 203 27 0 50 17 136 65 104
Binary 10101000 11011001 10000011 10111 0 101000 1111 1011110 110101 1000100

Color Harmonies of #A8D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D983

Black with #A8D983

Text Example


Text Example

White with #A8D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D983; }

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

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

background-color css

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

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

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

border-color css

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

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

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