Html Css Color HEX #A8E076 Feijoa

📋 copy color: '#A8E076'

red 168 ◦ green 224 ◦ blue 118

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

Shades of Feijoa #A8E076

Tints of Feijoa #A8E076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.92%

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

R = 32.94%
G = 43.92%
B = 23.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#A8E076 (or 0xA8E076) is known color: Feijoa. HEX triplet: A8, E0 and 76. RGB value is (168,224,118). Sum of RGB (Red+Green+Blue) = 168+224+118=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E076 is #571F89. Grayscale: #C3C3C3. Windows color (decimal): -5709706 or 7790760. OLE color: 7790760.

HSL color Cylindrical-coordinate representation of color #A8E076: hue angle of 91.7º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8E076 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 224 118 -
CMYK 0.25 0 0.47 0.12
HSL 91.7º 0.63% 0.67% -
HSV(B) 91.7º 0.47% 0.88% -
XYZ 46.07 62.94 26.86 -
YUV 195.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 168 224 118 0.25 0 0.47 0.12 91.7 0.63 0.67
Hex A8 E0 76 19 0 2F C 5C 3F 43
Octal 250 340 166 31 0 57 14 134 77 103
Binary 10101000 11100000 1110110 11001 0 101111 1100 1011100 111111 1000011

Color Harmonies of #A8E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E076

Black with #A8E076

Text Example


Text Example

White with #A8E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E076; }

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

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

background-color css

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

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

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

border-color css

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

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

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