Html Css Color HEX #A8E972 Feijoa

📋 copy color: '#A8E972'

red 168 ◦ green 233 ◦ blue 114

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

Shades of Feijoa #A8E972

Tints of Feijoa #A8E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

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

R = 32.62%
G = 45.24%
B = 22.14%

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

#A8E972 (or 0xA8E972) is known color: Feijoa. HEX triplet: A8, E9 and 72. RGB value is (168,233,114). Sum of RGB (Red+Green+Blue) = 168+233+114=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 114 (44.92% from 255 or 22.14% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #A8E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E972 is #57168D. Grayscale: #C8C8C8. Windows color (decimal): -5707406 or 7530920. OLE color: 7530920.

HSL color Cylindrical-coordinate representation of color #A8E972: hue angle of 92.77º degrees, saturation: 0.73, 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 #A8E972 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 233 114 -
CMYK 0.28 0 0.51 0.09
HSL 92.77º 0.73% 0.68% -
HSV(B) 92.77º 0.51% 0.91% -
XYZ 48.32 67.82 26.46 -
YUV 200 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 168 233 114 0.28 0 0.51 0.09 92.77 0.73 0.68
Hex A8 E9 72 1C 0 33 9 5D 49 44
Octal 250 351 162 34 0 63 11 135 111 104
Binary 10101000 11101001 1110010 11100 0 110011 1001 1011101 1001001 1000100

Color Harmonies of #A8E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E972

Black with #A8E972

Text Example


Text Example

White with #A8E972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E972; }

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

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

background-color css

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

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

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

border-color css

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

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

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