Html Css Color HEX #A8D388 Feijoa

📋 copy color: '#A8D388'

red 168 ◦ green 211 ◦ blue 136

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

Shades of Feijoa #A8D388

Tints of Feijoa #A8D388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.41%

R = 32.62%
G = 40.97%
B = 26.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#A8D388 (or 0xA8D388) is known color: Feijoa. HEX triplet: A8, D3 and 88. RGB value is (168,211,136). Sum of RGB (Red+Green+Blue) = 168+211+136=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D388 is #572C77. Grayscale: #BDBDBD. Windows color (decimal): -5713016 or 8967080. OLE color: 8967080.

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

Color convert

RGB 168 211 136 -
CMYK 0.20 0 0.36 0.17
HSL 94.4º 0.46% 0.68% -
HSV(B) 94.4º 0.36% 0.83% -
XYZ 43.89 56.69 31.92 -
YUV 189.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 168 211 136 0.20 0 0.36 0.17 94.4 0.46 0.68
Hex A8 D3 88 14 0 24 11 5E 2E 44
Octal 250 323 210 24 0 44 21 136 56 104
Binary 10101000 11010011 10001000 10100 0 100100 10001 1011110 101110 1000100

Color Harmonies of #A8D388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D388

Black with #A8D388

Text Example


Text Example

White with #A8D388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D388; }

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

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

background-color css

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

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

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

border-color css

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

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

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