Html Css Color HEX #A8D48C Feijoa

📋 copy color: '#A8D48C'

red 168 ◦ green 212 ◦ blue 140

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

Shades of Feijoa #A8D48C

Tints of Feijoa #A8D48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.77%

 BLUE value IS 140 (55.08% from 255) = 26.92%

R = 32.31%
G = 40.77%
B = 26.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#A8D48C (or 0xA8D48C) is known color: Feijoa. HEX triplet: A8, D4 and 8C. RGB value is (168,212,140). Sum of RGB (Red+Green+Blue) = 168+212+140=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D48C is #572B73. Grayscale: #BEBEBE. Windows color (decimal): -5712756 or 9229480. OLE color: 9229480.

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

Color convert

RGB 168 212 140 -
CMYK 0.21 0 0.34 0.17
HSL 96.67º 0.46% 0.69% -
HSV(B) 96.67º 0.34% 0.83% -
XYZ 44.43 57.31 33.53 -
YUV 190.64 99.42 111.85 -
System Red Green Blue C M Y K H S L
Decimal 168 212 140 0.21 0 0.34 0.17 96.67 0.46 0.69
Hex A8 D4 8C 15 0 22 11 61 2E 45
Octal 250 324 214 25 0 42 21 141 56 105
Binary 10101000 11010100 10001100 10101 0 100010 10001 1100001 101110 1000101

Color Harmonies of #A8D48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D48C

Black with #A8D48C

Text Example


Text Example

White with #A8D48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D48C; }

 p { color: rgb(168,212,140); }

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

background-color css

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

 a { background-color: rgb(168,212,140); }

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

border-color css

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

 span { border-color: rgb(168,212,140); }

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