Html Css Color HEX #A8D57C Feijoa

📋 copy color: '#A8D57C'

red 168 ◦ green 213 ◦ blue 124

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

Shades of Feijoa #A8D57C

Tints of Feijoa #A8D57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 33.27%
G = 42.18%
B = 24.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#A8D57C (or 0xA8D57C) is known color: Feijoa. HEX triplet: A8, D5 and 7C. RGB value is (168,213,124). Sum of RGB (Red+Green+Blue) = 168+213+124=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D57C is #572A83. Grayscale: #BDBDBD. Windows color (decimal): -5712516 or 8181160. OLE color: 8181160.

HSL color Cylindrical-coordinate representation of color #A8D57C: hue angle of 90.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D57C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 213 124 -
CMYK 0.21 0 0.42 0.16
HSL 90.34º 0.51% 0.66% -
HSV(B) 90.34º 0.42% 0.84% -
XYZ 43.58 57.37 27.85 -
YUV 189.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 168 213 124 0.21 0 0.42 0.16 90.34 0.51 0.66
Hex A8 D5 7C 15 0 2A 10 5A 33 42
Octal 250 325 174 25 0 52 20 132 63 102
Binary 10101000 11010101 1111100 10101 0 101010 10000 1011010 110011 1000010

Color Harmonies of #A8D57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D57C

Black with #A8D57C

Text Example


Text Example

White with #A8D57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D57C; }

 p { color: rgb(168,213,124); }

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

background-color css

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

 a { background-color: rgb(168,213,124); }

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

border-color css

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

 span { border-color: rgb(168,213,124); }

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