Html Css Color HEX #A8EC76 Feijoa

📋 copy color: '#A8EC76'

red 168 ◦ green 236 ◦ blue 118

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

Shades of Feijoa #A8EC76

Tints of Feijoa #A8EC76

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.21%

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

R = 32.18%
G = 45.21%
B = 22.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#A8EC76 (or 0xA8EC76) is known color: Feijoa. HEX triplet: A8, EC and 76. RGB value is (168,236,118). Sum of RGB (Red+Green+Blue) = 168+236+118=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC76 is #571389. Grayscale: #CACACA. Windows color (decimal): -5706634 or 7793832. OLE color: 7793832.

HSL color Cylindrical-coordinate representation of color #A8EC76: hue angle of 94.58º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8EC76 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 118 -
CMYK 0.29 0 0.5 0.07
HSL 94.58º 0.76% 0.69% -
HSV(B) 94.58º 0.5% 0.93% -
XYZ 49.41 69.62 27.97 -
YUV 202.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 168 236 118 0.29 0 0.5 0.07 94.58 0.76 0.69
Hex A8 EC 76 1D 0 32 7 5F 4C 45
Octal 250 354 166 35 0 62 7 137 114 105
Binary 10101000 11101100 1110110 11101 0 110010 111 1011111 1001100 1000101

Color Harmonies of #A8EC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC76

Black with #A8EC76

Text Example


Text Example

White with #A8EC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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