Html Css Color HEX #A8D88A Feijoa

📋 copy color: '#A8D88A'

red 168 ◦ green 216 ◦ blue 138

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

Shades of Feijoa #A8D88A

Tints of Feijoa #A8D88A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 138 (54.3% from 255) = 26.44%

R = 32.18%
G = 41.38%
B = 26.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#A8D88A (or 0xA8D88A) is known color: Feijoa. HEX triplet: A8, D8 and 8A. RGB value is (168,216,138). Sum of RGB (Red+Green+Blue) = 168+216+138=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D88A is #572775. Grayscale: #C1C1C1. Windows color (decimal): -5711734 or 9099432. OLE color: 9099432.

HSL color Cylindrical-coordinate representation of color #A8D88A: hue angle of 96.92º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8D88A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 138 -
CMYK 0.22 0 0.36 0.15
HSL 96.92º 0.5% 0.69% -
HSV(B) 96.92º 0.36% 0.85% -
XYZ 45.29 59.27 33.1 -
YUV 192.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 168 216 138 0.22 0 0.36 0.15 96.92 0.5 0.69
Hex A8 D8 8A 16 0 24 F 61 32 45
Octal 250 330 212 26 0 44 17 141 62 105
Binary 10101000 11011000 10001010 10110 0 100100 1111 1100001 110010 1000101

Color Harmonies of #A8D88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D88A

Black with #A8D88A

Text Example


Text Example

White with #A8D88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D88A; }

 p { color: rgb(168,216,138); }

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

background-color css

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

 a { background-color: rgb(168,216,138); }

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

border-color css

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

 span { border-color: rgb(168,216,138); }

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