Html Css Color HEX #A0E16D Feijoa

📋 copy color: '#A0E16D'

red 160 ◦ green 225 ◦ blue 109

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

Shades of Feijoa #A0E16D

Tints of Feijoa #A0E16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 109 (42.97% from 255) = 22.06%

R = 32.39%
G = 45.55%
B = 22.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#A0E16D (or 0xA0E16D) is known color: Feijoa. HEX triplet: A0, E1 and 6D. RGB value is (160,225,109). Sum of RGB (Red+Green+Blue) = 160+225+109=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E16D is #5F1E92. Grayscale: #C0C0C0. Windows color (decimal): -6233747 or 7201184. OLE color: 7201184.

HSL color Cylindrical-coordinate representation of color #A0E16D: hue angle of 93.62º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0E16D is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 225 109 -
CMYK 0.29 0 0.52 0.12
HSL 93.62º 0.66% 0.65% -
HSV(B) 93.62º 0.52% 0.88% -
XYZ 44.18 62.43 24.19 -
YUV 192.34 80.97 104.93 -
System Red Green Blue C M Y K H S L
Decimal 160 225 109 0.29 0 0.52 0.12 93.62 0.66 0.65
Hex A0 E1 6D 1D 0 34 C 5E 42 41
Octal 240 341 155 35 0 64 14 136 102 101
Binary 10100000 11100001 1101101 11101 0 110100 1100 1011110 1000010 1000001

Color Harmonies of #A0E16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E16D

Black with #A0E16D

Text Example


Text Example

White with #A0E16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E16D; }

 p { color: rgb(160,225,109); }

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

background-color css

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

 a { background-color: rgb(160,225,109); }

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

border-color css

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

 span { border-color: rgb(160,225,109); }

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