Html Css Color HEX #A8E078 Feijoa

📋 copy color: '#A8E078'

red 168 ◦ green 224 ◦ blue 120

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

Shades of Feijoa #A8E078

Tints of Feijoa #A8E078

RGB

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

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

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

R = 32.81%
G = 43.75%
B = 23.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#A8E078 (or 0xA8E078) is known color: Feijoa. HEX triplet: A8, E0 and 78. RGB value is (168,224,120). Sum of RGB (Red+Green+Blue) = 168+224+120=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E078 is #571F87. Grayscale: #C3C3C3. Windows color (decimal): -5709704 or 7921832. OLE color: 7921832.

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

Color convert

RGB 168 224 120 -
CMYK 0.25 0 0.46 0.12
HSL 92.31º 0.63% 0.67% -
HSV(B) 92.31º 0.46% 0.88% -
XYZ 46.19 62.99 27.49 -
YUV 195.4 85.45 108.46 -
System Red Green Blue C M Y K H S L
Decimal 168 224 120 0.25 0 0.46 0.12 92.31 0.63 0.67
Hex A8 E0 78 19 0 2E C 5C 3F 43
Octal 250 340 170 31 0 56 14 134 77 103
Binary 10101000 11100000 1111000 11001 0 101110 1100 1011100 111111 1000011

Color Harmonies of #A8E078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E078

Black with #A8E078

Text Example


Text Example

White with #A8E078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E078; }

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

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

background-color css

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

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

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

border-color css

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

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

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