Html Css Color HEX #A8D76C Feijoa

📋 copy color: '#A8D76C'

red 168 ◦ green 215 ◦ blue 108

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

Shades of Feijoa #A8D76C

Tints of Feijoa #A8D76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.79%

 BLUE value IS 108 (42.58% from 255) = 22%

R = 34.22%
G = 43.79%
B = 22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A8D76C (or 0xA8D76C) is known color: Feijoa. HEX triplet: A8, D7 and 6C. RGB value is (168,215,108). Sum of RGB (Red+Green+Blue) = 168+215+108=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D76C is #572893. Grayscale: #BDBDBD. Windows color (decimal): -5712020 or 7133096. OLE color: 7133096.

HSL color Cylindrical-coordinate representation of color #A8D76C: hue angle of 86.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D76C is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 215 108 -
CMYK 0.22 0 0.50 0.16
HSL 86.36º 0.57% 0.63% -
HSV(B) 86.36º 0.5% 0.84% -
XYZ 43.16 58.01 23.11 -
YUV 188.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 168 215 108 0.22 0 0.50 0.16 86.36 0.57 0.63
Hex A8 D7 6C 16 0 32 10 56 39 3F
Octal 250 327 154 26 0 62 20 126 71 77
Binary 10101000 11010111 1101100 10110 0 110010 10000 1010110 111001 111111

Color Harmonies of #A8D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D76C

Black with #A8D76C

Text Example


Text Example

White with #A8D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D76C; }

 p { color: rgb(168,215,108); }

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

background-color css

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

 a { background-color: rgb(168,215,108); }

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

border-color css

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

 span { border-color: rgb(168,215,108); }

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