Html Css Color HEX #A8D694 Feijoa

📋 copy color: '#A8D694'

red 168 ◦ green 214 ◦ blue 148

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

Shades of Feijoa #A8D694

Tints of Feijoa #A8D694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.92%

R = 31.7%
G = 40.38%
B = 27.92%

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

#A8D694 (or 0xA8D694) is known color: Feijoa. HEX triplet: A8, D6 and 94. RGB value is (168,214,148). Sum of RGB (Red+Green+Blue) = 168+214+148=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D694 is #57296B. Grayscale: #C0C0C0. Windows color (decimal): -5712236 or 9754280. OLE color: 9754280.

HSL color Cylindrical-coordinate representation of color #A8D694: hue angle of 101.82º 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 #A8D694 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 148 -
CMYK 0.21 0 0.31 0.16
HSL 101.82º 0.45% 0.71% -
HSV(B) 101.82º 0.31% 0.84% -
XYZ 45.54 58.56 36.92 -
YUV 192.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 168 214 148 0.21 0 0.31 0.16 101.82 0.45 0.71
Hex A8 D6 94 15 0 1F 10 66 2D 47
Octal 250 326 224 25 0 37 20 146 55 107
Binary 10101000 11010110 10010100 10101 0 11111 10000 1100110 101101 1000111

Color Harmonies of #A8D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D694

Black with #A8D694

Text Example


Text Example

White with #A8D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D694; }

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

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

background-color css

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

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

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

border-color css

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

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

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