Html Css Color HEX #A0DA75 Feijoa

📋 copy color: '#A0DA75'

red 160 ◦ green 218 ◦ blue 117

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

Shades of Feijoa #A0DA75

Tints of Feijoa #A0DA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 32.32%
G = 44.04%
B = 23.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#A0DA75 (or 0xA0DA75) is known color: Feijoa. HEX triplet: A0, DA and 75. RGB value is (160,218,117). Sum of RGB (Red+Green+Blue) = 160+218+117=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA75 is #5F258A. Grayscale: #BDBDBD. Windows color (decimal): -6235531 or 7723680. OLE color: 7723680.

HSL color Cylindrical-coordinate representation of color #A0DA75: hue angle of 94.46º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0DA75 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 117 -
CMYK 0.27 0 0.46 0.15
HSL 94.46º 0.58% 0.66% -
HSV(B) 94.46º 0.46% 0.85% -
XYZ 42.78 58.9 25.94 -
YUV 189.14 87.28 107.21 -
System Red Green Blue C M Y K H S L
Decimal 160 218 117 0.27 0 0.46 0.15 94.46 0.58 0.66
Hex A0 DA 75 1B 0 2E F 5E 3A 42
Octal 240 332 165 33 0 56 17 136 72 102
Binary 10100000 11011010 1110101 11011 0 101110 1111 1011110 111010 1000010

Color Harmonies of #A0DA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA75

Black with #A0DA75

Text Example


Text Example

White with #A0DA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA75; }

 p { color: rgb(160,218,117); }

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

background-color css

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

 a { background-color: rgb(160,218,117); }

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

border-color css

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

 span { border-color: rgb(160,218,117); }

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