Html Css Color HEX #A0DC6C Feijoa

📋 copy color: '#A0DC6C'

red 160 ◦ green 220 ◦ blue 108

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

Shades of Feijoa #A0DC6C

Tints of Feijoa #A0DC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 32.79%
G = 45.08%
B = 22.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#A0DC6C (or 0xA0DC6C) is known color: Feijoa. HEX triplet: A0, DC and 6C. RGB value is (160,220,108). Sum of RGB (Red+Green+Blue) = 160+220+108=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC6C is #5F2393. Grayscale: #BDBDBD. Windows color (decimal): -6235028 or 7134368. OLE color: 7134368.

HSL color Cylindrical-coordinate representation of color #A0DC6C: hue angle of 92.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0DC6C is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 108 -
CMYK 0.27 0 0.51 0.14
HSL 92.14º 0.62% 0.64% -
HSV(B) 92.14º 0.51% 0.86% -
XYZ 42.8 59.74 23.46 -
YUV 189.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 160 220 108 0.27 0 0.51 0.14 92.14 0.62 0.64
Hex A0 DC 6C 1B 0 33 E 5C 3E 40
Octal 240 334 154 33 0 63 16 134 76 100
Binary 10100000 11011100 1101100 11011 0 110011 1110 1011100 111110 1000000

Color Harmonies of #A0DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC6C

Black with #A0DC6C

Text Example


Text Example

White with #A0DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC6C; }

 p { color: rgb(160,220,108); }

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

background-color css

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

 a { background-color: rgb(160,220,108); }

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

border-color css

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

 span { border-color: rgb(160,220,108); }

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