Html Css Color HEX #A8DA8F Feijoa

📋 copy color: '#A8DA8F'

red 168 ◦ green 218 ◦ blue 143

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

Shades of Feijoa #A8DA8F

Tints of Feijoa #A8DA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 143 (56.25% from 255) = 27.03%

R = 31.76%
G = 41.21%
B = 27.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#A8DA8F (or 0xA8DA8F) is known color: Feijoa. HEX triplet: A8, DA and 8F. RGB value is (168,218,143). Sum of RGB (Red+Green+Blue) = 168+218+143=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA8F is #572570. Grayscale: #C2C2C2. Windows color (decimal): -5711217 or 9427624. OLE color: 9427624.

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

Color convert

RGB 168 218 143 -
CMYK 0.23 0 0.34 0.15
HSL 100º 0.5% 0.71% -
HSV(B) 100º 0.34% 0.85% -
XYZ 46.18 60.45 35.22 -
YUV 194.5 98.94 109.1 -
System Red Green Blue C M Y K H S L
Decimal 168 218 143 0.23 0 0.34 0.15 100 0.5 0.71
Hex A8 DA 8F 17 0 22 F 64 32 47
Octal 250 332 217 27 0 42 17 144 62 107
Binary 10101000 11011010 10001111 10111 0 100010 1111 1100100 110010 1000111

Color Harmonies of #A8DA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA8F

Black with #A8DA8F

Text Example


Text Example

White with #A8DA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA8F; }

 p { color: rgb(168,218,143); }

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

background-color css

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

 a { background-color: rgb(168,218,143); }

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

border-color css

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

 span { border-color: rgb(168,218,143); }

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