Html Css Color HEX #A8D683 Feijoa

📋 copy color: '#A8D683'

red 168 ◦ green 214 ◦ blue 131

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

Shades of Feijoa #A8D683

Tints of Feijoa #A8D683

RGB

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

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

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

R = 32.75%
G = 41.72%
B = 25.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#A8D683 (or 0xA8D683) is known color: Feijoa. HEX triplet: A8, D6 and 83. RGB value is (168,214,131). Sum of RGB (Red+Green+Blue) = 168+214+131=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D683 is #57297C. Grayscale: #BFBFBF. Windows color (decimal): -5712253 or 8640168. OLE color: 8640168.

HSL color Cylindrical-coordinate representation of color #A8D683: hue angle of 93.25º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8D683 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 131 -
CMYK 0.21 0 0.39 0.16
HSL 93.25º 0.5% 0.68% -
HSV(B) 93.25º 0.39% 0.84% -
XYZ 44.29 58.06 30.34 -
YUV 190.78 94.26 111.75 -
System Red Green Blue C M Y K H S L
Decimal 168 214 131 0.21 0 0.39 0.16 93.25 0.5 0.68
Hex A8 D6 83 15 0 27 10 5D 32 44
Octal 250 326 203 25 0 47 20 135 62 104
Binary 10101000 11010110 10000011 10101 0 100111 10000 1011101 110010 1000100

Color Harmonies of #A8D683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D683

Black with #A8D683

Text Example


Text Example

White with #A8D683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D683; }

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

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

background-color css

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

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

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

border-color css

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

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

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