Html Css Color HEX #A8D38D Feijoa

📋 copy color: '#A8D38D'

red 168 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #A8D38D

Tints of Feijoa #A8D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.58%

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

R = 32.31%
G = 40.58%
B = 27.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#A8D38D (or 0xA8D38D) is known color: Feijoa. HEX triplet: A8, D3 and 8D. RGB value is (168,211,141). Sum of RGB (Red+Green+Blue) = 168+211+141=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D38D is #572C72. Grayscale: #BEBEBE. Windows color (decimal): -5713011 or 9294760. OLE color: 9294760.

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

Color convert

RGB 168 211 141 -
CMYK 0.20 0 0.33 0.17
HSL 96.86º 0.44% 0.69% -
HSV(B) 96.86º 0.33% 0.83% -
XYZ 44.25 56.84 33.84 -
YUV 190.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 168 211 141 0.20 0 0.33 0.17 96.86 0.44 0.69
Hex A8 D3 8D 14 0 21 11 61 2C 45
Octal 250 323 215 24 0 41 21 141 54 105
Binary 10101000 11010011 10001101 10100 0 100001 10001 1100001 101100 1000101

Color Harmonies of #A8D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D38D

Black with #A8D38D

Text Example


Text Example

White with #A8D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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