Html Css Color HEX #A8D088 Feijoa

📋 copy color: '#A8D088'

red 168 ◦ green 208 ◦ blue 136

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

Shades of Feijoa #A8D088

Tints of Feijoa #A8D088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 32.81%
G = 40.63%
B = 26.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#A8D088 (or 0xA8D088) is known color: Feijoa. HEX triplet: A8, D0 and 88. RGB value is (168,208,136). Sum of RGB (Red+Green+Blue) = 168+208+136=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D088 is #572F77. Grayscale: #BCBCBC. Windows color (decimal): -5713784 or 8966312. OLE color: 8966312.

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

Color convert

RGB 168 208 136 -
CMYK 0.19 0 0.35 0.18
HSL 93.33º 0.43% 0.67% -
HSV(B) 93.33º 0.35% 0.82% -
XYZ 43.15 55.21 31.68 -
YUV 187.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 168 208 136 0.19 0 0.35 0.18 93.33 0.43 0.67
Hex A8 D0 88 13 0 23 12 5D 2B 43
Octal 250 320 210 23 0 43 22 135 53 103
Binary 10101000 11010000 10001000 10011 0 100011 10010 1011101 101011 1000011

Color Harmonies of #A8D088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D088

Black with #A8D088

Text Example


Text Example

White with #A8D088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D088; }

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

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

background-color css

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

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

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

border-color css

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

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

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