Html Css Color HEX #A8D895 Feijoa

📋 copy color: '#A8D895'

red 168 ◦ green 216 ◦ blue 149

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

Shades of Feijoa #A8D895

Tints of Feijoa #A8D895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.53%

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 31.52%
G = 40.53%
B = 27.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#A8D895 (or 0xA8D895) is known color: Feijoa. HEX triplet: A8, D8 and 95. RGB value is (168,216,149). Sum of RGB (Red+Green+Blue) = 168+216+149=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D895 is #57276A. Grayscale: #C2C2C2. Windows color (decimal): -5711723 or 9820328. OLE color: 9820328.

HSL color Cylindrical-coordinate representation of color #A8D895: hue angle of 102.99º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8D895 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 149 -
CMYK 0.22 0 0.31 0.15
HSL 102.99º 0.46% 0.72% -
HSV(B) 102.99º 0.31% 0.85% -
XYZ 46.13 59.61 37.51 -
YUV 194.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 168 216 149 0.22 0 0.31 0.15 102.99 0.46 0.72
Hex A8 D8 95 16 0 1F F 67 2E 48
Octal 250 330 225 26 0 37 17 147 56 110
Binary 10101000 11011000 10010101 10110 0 11111 1111 1100111 101110 1001000

Color Harmonies of #A8D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D895

Black with #A8D895

Text Example


Text Example

White with #A8D895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D895; }

 p { color: rgb(168,216,149); }

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

background-color css

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

 a { background-color: rgb(168,216,149); }

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

border-color css

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

 span { border-color: rgb(168,216,149); }

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