Html Css Color HEX #A8D288 Feijoa

📋 copy color: '#A8D288'

red 168 ◦ green 210 ◦ blue 136

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

Shades of Feijoa #A8D288

Tints of Feijoa #A8D288

RGB

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

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

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

R = 32.68%
G = 40.86%
B = 26.46%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#A8D288 (or 0xA8D288) is known color: Feijoa. HEX triplet: A8, D2 and 88. RGB value is (168,210,136). Sum of RGB (Red+Green+Blue) = 168+210+136=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D288 is #572D77. Grayscale: #BDBDBD. Windows color (decimal): -5713272 or 8966824. OLE color: 8966824.

HSL color Cylindrical-coordinate representation of color #A8D288: hue angle of 94.05º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8D288 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 136 -
CMYK 0.2 0 0.35 0.18
HSL 94.05º 0.45% 0.68% -
HSV(B) 94.05º 0.35% 0.82% -
XYZ 43.64 56.2 31.84 -
YUV 189.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 168 210 136 0.2 0 0.35 0.18 94.05 0.45 0.68
Hex A8 D2 88 14 0 23 12 5E 2D 44
Octal 250 322 210 24 0 43 22 136 55 104
Binary 10101000 11010010 10001000 10100 0 100011 10010 1011110 101101 1000100

Color Harmonies of #A8D288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D288

Black with #A8D288

Text Example


Text Example

White with #A8D288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D288; }

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

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

background-color css

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

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

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

border-color css

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

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

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