Html Css Color HEX #A0E679 Feijoa

📋 copy color: '#A0E679'

red 160 ◦ green 230 ◦ blue 121

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

Shades of Feijoa #A0E679

Tints of Feijoa #A0E679

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.01%

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 31.31%
G = 45.01%
B = 23.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#A0E679 (or 0xA0E679) is known color: Feijoa. HEX triplet: A0, E6 and 79. RGB value is (160,230,121). Sum of RGB (Red+Green+Blue) = 160+230+121=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E679 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E679 is #5F1986. Grayscale: #C5C5C5. Windows color (decimal): -6232455 or 7988896. OLE color: 7988896.

HSL color Cylindrical-coordinate representation of color #A0E679: hue angle of 98.53º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0E679 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 230 121 -
CMYK 0.30 0 0.47 0.10
HSL 98.53º 0.69% 0.69% -
HSV(B) 98.53º 0.47% 0.9% -
XYZ 46.25 65.45 28.28 -
YUV 196.64 85.31 101.86 -
System Red Green Blue C M Y K H S L
Decimal 160 230 121 0.30 0 0.47 0.10 98.53 0.69 0.69
Hex A0 E6 79 1E 0 2F A 63 45 45
Octal 240 346 171 36 0 57 12 143 105 105
Binary 10100000 11100110 1111001 11110 0 101111 1010 1100011 1000101 1000101

Color Harmonies of #A0E679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E679

Black with #A0E679

Text Example


Text Example

White with #A0E679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E679; }

 p { color: rgb(160,230,121); }

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

background-color css

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

 a { background-color: rgb(160,230,121); }

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

border-color css

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

 span { border-color: rgb(160,230,121); }

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