Html Css Color HEX #A8E874 Feijoa

📋 copy color: '#A8E874'

red 168 ◦ green 232 ◦ blue 116

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

Shades of Feijoa #A8E874

Tints of Feijoa #A8E874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.96%

 BLUE value IS 116 (45.7% from 255) = 22.48%

R = 32.56%
G = 44.96%
B = 22.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#A8E874 (or 0xA8E874) is known color: Feijoa. HEX triplet: A8, E8 and 74. RGB value is (168,232,116). Sum of RGB (Red+Green+Blue) = 168+232+116=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E874 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E874 is #57178B. Grayscale: #C8C8C8. Windows color (decimal): -5707660 or 7661736. OLE color: 7661736.

HSL color Cylindrical-coordinate representation of color #A8E874: hue angle of 93.1º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8E874 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 232 116 -
CMYK 0.28 0 0.50 0.09
HSL 93.1º 0.72% 0.68% -
HSV(B) 93.1º 0.5% 0.91% -
XYZ 48.16 67.3 26.97 -
YUV 199.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 168 232 116 0.28 0 0.50 0.09 93.1 0.72 0.68
Hex A8 E8 74 1C 0 32 9 5D 48 44
Octal 250 350 164 34 0 62 11 135 110 104
Binary 10101000 11101000 1110100 11100 0 110010 1001 1011101 1001000 1000100

Color Harmonies of #A8E874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E874

Black with #A8E874

Text Example


Text Example

White with #A8E874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E874; }

 p { color: rgb(168,232,116); }

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

background-color css

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

 a { background-color: rgb(168,232,116); }

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

border-color css

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

 span { border-color: rgb(168,232,116); }

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