Html Css Color HEX #A0D079 Feijoa

📋 copy color: '#A0D079'

red 160 ◦ green 208 ◦ blue 121

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

Shades of Feijoa #A0D079

Tints of Feijoa #A0D079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.54%

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

R = 32.72%
G = 42.54%
B = 24.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#A0D079 (or 0xA0D079) is known color: Feijoa. HEX triplet: A0, D0 and 79. RGB value is (160,208,121). Sum of RGB (Red+Green+Blue) = 160+208+121=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D079 is #5F2F86. Grayscale: #B8B8B8. Windows color (decimal): -6238087 or 7983264. OLE color: 7983264.

HSL color Cylindrical-coordinate representation of color #A0D079: hue angle of 93.1º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0D079 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 208 121 -
CMYK 0.23 0 0.42 0.18
HSL 93.1º 0.48% 0.65% -
HSV(B) 93.1º 0.42% 0.82% -
XYZ 40.5 53.97 26.37 -
YUV 183.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 160 208 121 0.23 0 0.42 0.18 93.1 0.48 0.65
Hex A0 D0 79 17 0 2A 12 5D 30 41
Octal 240 320 171 27 0 52 22 135 60 101
Binary 10100000 11010000 1111001 10111 0 101010 10010 1011101 110000 1000001

Color Harmonies of #A0D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D079

Black with #A0D079

Text Example


Text Example

White with #A0D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D079; }

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

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

background-color css

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

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

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

border-color css

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

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

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