Html Css Color HEX #A8D28D Feijoa

📋 copy color: '#A8D28D'

red 168 ◦ green 210 ◦ blue 141

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

Shades of Feijoa #A8D28D

Tints of Feijoa #A8D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

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

R = 32.37%
G = 40.46%
B = 27.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A8D28D (or 0xA8D28D) is known color: Feijoa. HEX triplet: A8, D2 and 8D. RGB value is (168,210,141). Sum of RGB (Red+Green+Blue) = 168+210+141=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D28D is #572D72. Grayscale: #BDBDBD. Windows color (decimal): -5713267 or 9294504. OLE color: 9294504.

HSL color Cylindrical-coordinate representation of color #A8D28D: hue angle of 96.52º 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 #A8D28D is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 141 -
CMYK 0.2 0 0.33 0.18
HSL 96.52º 0.43% 0.69% -
HSV(B) 96.52º 0.33% 0.82% -
XYZ 44 56.34 33.76 -
YUV 189.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 168 210 141 0.2 0 0.33 0.18 96.52 0.43 0.69
Hex A8 D2 8D 14 0 21 12 61 2B 45
Octal 250 322 215 24 0 41 22 141 53 105
Binary 10101000 11010010 10001101 10100 0 100001 10010 1100001 101011 1000101

Color Harmonies of #A8D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D28D

Black with #A8D28D

Text Example


Text Example

White with #A8D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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