Html Css Color HEX #A8D07C Feijoa

📋 copy color: '#A8D07C'

red 168 ◦ green 208 ◦ blue 124

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

Shades of Feijoa #A8D07C

Tints of Feijoa #A8D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.6%

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

R = 33.6%
G = 41.6%
B = 24.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#A8D07C (or 0xA8D07C) is known color: Feijoa. HEX triplet: A8, D0 and 7C. RGB value is (168,208,124). Sum of RGB (Red+Green+Blue) = 168+208+124=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D07C is #572F83. Grayscale: #BABABA. Windows color (decimal): -5713796 or 8179880. OLE color: 8179880.

HSL color Cylindrical-coordinate representation of color #A8D07C: hue angle of 88.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D07C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 208 124 -
CMYK 0.19 0 0.40 0.18
HSL 88.57º 0.47% 0.65% -
HSV(B) 88.57º 0.4% 0.82% -
XYZ 42.34 54.89 27.43 -
YUV 186.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 168 208 124 0.19 0 0.40 0.18 88.57 0.47 0.65
Hex A8 D0 7C 13 0 28 12 59 2F 41
Octal 250 320 174 23 0 50 22 131 57 101
Binary 10101000 11010000 1111100 10011 0 101000 10010 1011001 101111 1000001

Color Harmonies of #A8D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D07C

Black with #A8D07C

Text Example


Text Example

White with #A8D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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