Html Css Color HEX #A8D076 Feijoa

📋 copy color: '#A8D076'

red 168 ◦ green 208 ◦ blue 118

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

Shades of Feijoa #A8D076

Tints of Feijoa #A8D076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 34.01%
G = 42.11%
B = 23.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A8D076 (or 0xA8D076) is known color: Feijoa. HEX triplet: A8, D0 and 76. RGB value is (168,208,118). Sum of RGB (Red+Green+Blue) = 168+208+118=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D076 is #572F89. Grayscale: #BABABA. Windows color (decimal): -5713802 or 7786664. OLE color: 7786664.

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

Color convert

RGB 168 208 118 -
CMYK 0.19 0 0.43 0.18
HSL 86.67º 0.49% 0.64% -
HSV(B) 86.67º 0.43% 0.82% -
XYZ 41.97 54.74 25.49 -
YUV 185.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 168 208 118 0.19 0 0.43 0.18 86.67 0.49 0.64
Hex A8 D0 76 13 0 2B 12 57 31 40
Octal 250 320 166 23 0 53 22 127 61 100
Binary 10101000 11010000 1110110 10011 0 101011 10010 1010111 110001 1000000

Color Harmonies of #A8D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D076

Black with #A8D076

Text Example


Text Example

White with #A8D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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