Html Css Color HEX #A8E872 Feijoa

📋 copy color: '#A8E872'

red 168 ◦ green 232 ◦ blue 114

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

Shades of Feijoa #A8E872

Tints of Feijoa #A8E872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 32.68%
G = 45.14%
B = 22.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#A8E872 (or 0xA8E872) is known color: Feijoa. HEX triplet: A8, E8 and 72. RGB value is (168,232,114). Sum of RGB (Red+Green+Blue) = 168+232+114=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E872 is #57178D. Grayscale: #C7C7C7. Windows color (decimal): -5707662 or 7530664. OLE color: 7530664.

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

Color convert

RGB 168 232 114 -
CMYK 0.28 0 0.51 0.09
HSL 92.54º 0.72% 0.68% -
HSV(B) 92.54º 0.51% 0.91% -
XYZ 48.04 67.25 26.37 -
YUV 199.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 168 232 114 0.28 0 0.51 0.09 92.54 0.72 0.68
Hex A8 E8 72 1C 0 33 9 5D 48 44
Octal 250 350 162 34 0 63 11 135 110 104
Binary 10101000 11101000 1110010 11100 0 110011 1001 1011101 1001000 1000100

Color Harmonies of #A8E872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E872

Black with #A8E872

Text Example


Text Example

White with #A8E872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E872; }

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

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

background-color css

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

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

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

border-color css

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

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

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