Html Css Color HEX #A0E478 Feijoa

📋 copy color: '#A0E478'

red 160 ◦ green 228 ◦ blue 120

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

Shades of Feijoa #A0E478

Tints of Feijoa #A0E478

RGB

 RED value IS 160 (62.89% from 255) = 31.5%

 GREEN value IS 228 (89.45% from 255) = 44.88%

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

R = 31.5%
G = 44.88%
B = 23.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#A0E478 (or 0xA0E478) is known color: Feijoa. HEX triplet: A0, E4 and 78. RGB value is (160,228,120). Sum of RGB (Red+Green+Blue) = 160+228+120=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E478 is #5F1B87. Grayscale: #C3C3C3. Windows color (decimal): -6232968 or 7922848. OLE color: 7922848.

HSL color Cylindrical-coordinate representation of color #A0E478: hue angle of 97.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E478 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 120 -
CMYK 0.30 0 0.47 0.11
HSL 97.78º 0.67% 0.68% -
HSV(B) 97.78º 0.47% 0.89% -
XYZ 45.63 64.32 27.78 -
YUV 195.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 160 228 120 0.30 0 0.47 0.11 97.78 0.67 0.68
Hex A0 E4 78 1E 0 2F B 62 43 44
Octal 240 344 170 36 0 57 13 142 103 104
Binary 10100000 11100100 1111000 11110 0 101111 1011 1100010 1000011 1000100

Color Harmonies of #A0E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E478

Black with #A0E478

Text Example


Text Example

White with #A0E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E478; }

 p { color: rgb(160,228,120); }

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

background-color css

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

 a { background-color: rgb(160,228,120); }

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

border-color css

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

 span { border-color: rgb(160,228,120); }

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