Html Css Color HEX #A8E080 Feijoa

📋 copy color: '#A8E080'

red 168 ◦ green 224 ◦ blue 128

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

Shades of Feijoa #A8E080

Tints of Feijoa #A8E080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 32.31%
G = 43.08%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#A8E080 (or 0xA8E080) is known color: Feijoa. HEX triplet: A8, E0 and 80. RGB value is (168,224,128). Sum of RGB (Red+Green+Blue) = 168+224+128=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E080 is #571F7F. Grayscale: #C4C4C4. Windows color (decimal): -5709696 or 8446120. OLE color: 8446120.

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

Color convert

RGB 168 224 128 -
CMYK 0.25 0 0.43 0.12
HSL 95º 0.61% 0.69% -
HSV(B) 95º 0.43% 0.88% -
XYZ 46.7 63.19 30.16 -
YUV 196.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 168 224 128 0.25 0 0.43 0.12 95 0.61 0.69
Hex A8 E0 80 19 0 2B C 5F 3D 45
Octal 250 340 200 31 0 53 14 137 75 105
Binary 10101000 11100000 10000000 11001 0 101011 1100 1011111 111101 1000101

Color Harmonies of #A8E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E080

Black with #A8E080

Text Example


Text Example

White with #A8E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E080; }

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

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

background-color css

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

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

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

border-color css

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

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

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