Html Css Color HEX #A8D18D Feijoa

📋 copy color: '#A8D18D'

red 168 ◦ green 209 ◦ blue 141

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

Shades of Feijoa #A8D18D

Tints of Feijoa #A8D18D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 32.43%
G = 40.35%
B = 27.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A8D18D (or 0xA8D18D) is known color: Feijoa. HEX triplet: A8, D1 and 8D. RGB value is (168,209,141). Sum of RGB (Red+Green+Blue) = 168+209+141=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D18D is #572E72. Grayscale: #BDBDBD. Windows color (decimal): -5713523 or 9294248. OLE color: 9294248.

HSL color Cylindrical-coordinate representation of color #A8D18D: hue angle of 96.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D18D is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 209 141 -
CMYK 0.20 0 0.33 0.18
HSL 96.18º 0.43% 0.69% -
HSV(B) 96.18º 0.33% 0.82% -
XYZ 43.76 55.85 33.67 -
YUV 188.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 168 209 141 0.20 0 0.33 0.18 96.18 0.43 0.69
Hex A8 D1 8D 14 0 21 12 60 2A 45
Octal 250 321 215 24 0 41 22 140 52 105
Binary 10101000 11010001 10001101 10100 0 100001 10010 1100000 101010 1000101

Color Harmonies of #A8D18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D18D

Black with #A8D18D

Text Example


Text Example

White with #A8D18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D18D; }

 p { color: rgb(168,209,141); }

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

background-color css

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

 a { background-color: rgb(168,209,141); }

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

border-color css

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

 span { border-color: rgb(168,209,141); }

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