Html Css Color HEX #A0EC6D Feijoa

📋 copy color: '#A0EC6D'

red 160 ◦ green 236 ◦ blue 109

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

Shades of Feijoa #A0EC6D

Tints of Feijoa #A0EC6D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

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

R = 31.68%
G = 46.73%
B = 21.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#A0EC6D (or 0xA0EC6D) is known color: Feijoa. HEX triplet: A0, EC and 6D. RGB value is (160,236,109). Sum of RGB (Red+Green+Blue) = 160+236+109=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC6D is #5F1392. Grayscale: #C7C7C7. Windows color (decimal): -6230931 or 7204000. OLE color: 7204000.

HSL color Cylindrical-coordinate representation of color #A0EC6D: hue angle of 95.91º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0EC6D is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 109 -
CMYK 0.32 0 0.54 0.07
HSL 95.91º 0.77% 0.68% -
HSV(B) 95.91º 0.54% 0.93% -
XYZ 47.25 68.57 25.21 -
YUV 198.8 77.32 100.33 -
System Red Green Blue C M Y K H S L
Decimal 160 236 109 0.32 0 0.54 0.07 95.91 0.77 0.68
Hex A0 EC 6D 20 0 36 7 60 4D 44
Octal 240 354 155 40 0 66 7 140 115 104
Binary 10100000 11101100 1101101 100000 0 110110 111 1100000 1001101 1000100

Color Harmonies of #A0EC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC6D

Black with #A0EC6D

Text Example


Text Example

White with #A0EC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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