Html Css Color HEX #A0E66D Feijoa

📋 copy color: '#A0E66D'

red 160 ◦ green 230 ◦ blue 109

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

Shades of Feijoa #A0E66D

Tints of Feijoa #A0E66D

RGB

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

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

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

R = 32.06%
G = 46.09%
B = 21.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#A0E66D (or 0xA0E66D) is known color: Feijoa. HEX triplet: A0, E6 and 6D. RGB value is (160,230,109). Sum of RGB (Red+Green+Blue) = 160+230+109=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E66D is #5F1992. Grayscale: #C3C3C3. Windows color (decimal): -6232467 or 7202464. OLE color: 7202464.

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

Color convert

RGB 160 230 109 -
CMYK 0.30 0 0.53 0.10
HSL 94.71º 0.71% 0.66% -
HSV(B) 94.71º 0.53% 0.9% -
XYZ 45.55 65.17 24.65 -
YUV 195.28 79.31 102.84 -
System Red Green Blue C M Y K H S L
Decimal 160 230 109 0.30 0 0.53 0.10 94.71 0.71 0.66
Hex A0 E6 6D 1E 0 35 A 5F 47 42
Octal 240 346 155 36 0 65 12 137 107 102
Binary 10100000 11100110 1101101 11110 0 110101 1010 1011111 1000111 1000010

Color Harmonies of #A0E66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E66D

Black with #A0E66D

Text Example


Text Example

White with #A0E66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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