Html Css Color HEX #A8D693 Feijoa

📋 copy color: '#A8D693'

red 168 ◦ green 214 ◦ blue 147

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

Shades of Feijoa #A8D693

Tints of Feijoa #A8D693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.79%

R = 31.76%
G = 40.45%
B = 27.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#A8D693 (or 0xA8D693) is known color: Feijoa. HEX triplet: A8, D6 and 93. RGB value is (168,214,147). Sum of RGB (Red+Green+Blue) = 168+214+147=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D693 is #57296C. Grayscale: #C0C0C0. Windows color (decimal): -5712237 or 9688744. OLE color: 9688744.

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

Color convert

RGB 168 214 147 -
CMYK 0.21 0 0.31 0.16
HSL 101.19º 0.45% 0.71% -
HSV(B) 101.19º 0.31% 0.84% -
XYZ 45.46 58.52 36.5 -
YUV 192.61 102.26 110.45 -
System Red Green Blue C M Y K H S L
Decimal 168 214 147 0.21 0 0.31 0.16 101.19 0.45 0.71
Hex A8 D6 93 15 0 1F 10 65 2D 47
Octal 250 326 223 25 0 37 20 145 55 107
Binary 10101000 11010110 10010011 10101 0 11111 10000 1100101 101101 1000111

Color Harmonies of #A8D693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D693

Black with #A8D693

Text Example


Text Example

White with #A8D693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D693; }

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

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

background-color css

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

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

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

border-color css

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

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

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