Html Css Color HEX #A8D692 Feijoa

📋 copy color: '#A8D692'

red 168 ◦ green 214 ◦ blue 146

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

Shades of Feijoa #A8D692

Tints of Feijoa #A8D692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 31.82%
G = 40.53%
B = 27.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#A8D692 (or 0xA8D692) is known color: Feijoa. HEX triplet: A8, D6 and 92. RGB value is (168,214,146). Sum of RGB (Red+Green+Blue) = 168+214+146=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D692 is #57296D. Grayscale: #C0C0C0. Windows color (decimal): -5712238 or 9623208. OLE color: 9623208.

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

Color convert

RGB 168 214 146 -
CMYK 0.21 0 0.32 0.16
HSL 100.59º 0.45% 0.71% -
HSV(B) 100.59º 0.32% 0.84% -
XYZ 45.38 58.49 36.09 -
YUV 192.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 168 214 146 0.21 0 0.32 0.16 100.59 0.45 0.71
Hex A8 D6 92 15 0 20 10 65 2D 47
Octal 250 326 222 25 0 40 20 145 55 107
Binary 10101000 11010110 10010010 10101 0 100000 10000 1100101 101101 1000111

Color Harmonies of #A8D692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D692

Black with #A8D692

Text Example


Text Example

White with #A8D692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D692; }

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

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

background-color css

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

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

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

border-color css

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

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

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