Html Css Color HEX #A8EC78 Feijoa

📋 copy color: '#A8EC78'

red 168 ◦ green 236 ◦ blue 120

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

Shades of Feijoa #A8EC78

Tints of Feijoa #A8EC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.9%

R = 32.06%
G = 45.04%
B = 22.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#A8EC78 (or 0xA8EC78) is known color: Feijoa. HEX triplet: A8, EC and 78. RGB value is (168,236,120). Sum of RGB (Red+Green+Blue) = 168+236+120=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EC78 is #571387. Grayscale: #CACACA. Windows color (decimal): -5706632 or 7924904. OLE color: 7924904.

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

Color convert

RGB 168 236 120 -
CMYK 0.29 0 0.49 0.07
HSL 95.17º 0.75% 0.7% -
HSV(B) 95.17º 0.49% 0.93% -
XYZ 49.53 69.67 28.61 -
YUV 202.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 168 236 120 0.29 0 0.49 0.07 95.17 0.75 0.7
Hex A8 EC 78 1D 0 31 7 5F 4B 46
Octal 250 354 170 35 0 61 7 137 113 106
Binary 10101000 11101100 1111000 11101 0 110001 111 1011111 1001011 1000110

Color Harmonies of #A8EC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EC78

Black with #A8EC78

Text Example


Text Example

White with #A8EC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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