Html Css Color HEX #A8D27C Feijoa

📋 copy color: '#A8D27C'

red 168 ◦ green 210 ◦ blue 124

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

Shades of Feijoa #A8D27C

Tints of Feijoa #A8D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.83%

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

R = 33.47%
G = 41.83%
B = 24.7%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#A8D27C (or 0xA8D27C) is known color: Feijoa. HEX triplet: A8, D2 and 7C. RGB value is (168,210,124). Sum of RGB (Red+Green+Blue) = 168+210+124=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D27C is #572D83. Grayscale: #BBBBBB. Windows color (decimal): -5713284 or 8180392. OLE color: 8180392.

HSL color Cylindrical-coordinate representation of color #A8D27C: hue angle of 89.3º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D27C is Cyan = 0.2, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 210 124 -
CMYK 0.2 0 0.41 0.18
HSL 89.3º 0.49% 0.65% -
HSV(B) 89.3º 0.41% 0.82% -
XYZ 42.83 55.87 27.6 -
YUV 187.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 168 210 124 0.2 0 0.41 0.18 89.3 0.49 0.65
Hex A8 D2 7C 14 0 29 12 59 31 41
Octal 250 322 174 24 0 51 22 131 61 101
Binary 10101000 11010010 1111100 10100 0 101001 10010 1011001 110001 1000001

Color Harmonies of #A8D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D27C

Black with #A8D27C

Text Example


Text Example

White with #A8D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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