Html Css Color HEX #A6DC7C Feijoa

📋 copy color: '#A6DC7C'

red 166 ◦ green 220 ◦ blue 124

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

Shades of Feijoa #A6DC7C

Tints of Feijoa #A6DC7C

RGB

 RED value IS 166 (65.23% from 255) = 32.55%

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

 BLUE value IS 124 (48.83% from 255) = 24.31%

R = 32.55%
G = 43.14%
B = 24.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#A6DC7C (or 0xA6DC7C) is known color: Feijoa. HEX triplet: A6, DC and 7C. RGB value is (166,220,124). Sum of RGB (Red+Green+Blue) = 166+220+124=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC7C is #592383. Grayscale: #C1C1C1. Windows color (decimal): -5841796 or 8182950. OLE color: 8182950.

HSL color Cylindrical-coordinate representation of color #A6DC7C: hue angle of 93.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6DC7C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 220 124 -
CMYK 0.25 0 0.44 0.14
HSL 93.75º 0.58% 0.67% -
HSV(B) 93.75º 0.44% 0.86% -
XYZ 44.96 60.75 28.42 -
YUV 192.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 166 220 124 0.25 0 0.44 0.14 93.75 0.58 0.67
Hex A6 DC 7C 19 0 2C E 5E 3A 43
Octal 246 334 174 31 0 54 16 136 72 103
Binary 10100110 11011100 1111100 11001 0 101100 1110 1011110 111010 1000011

Color Harmonies of #A6DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC7C

Black with #A6DC7C

Text Example


Text Example

White with #A6DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC7C; }

 p { color: rgb(166,220,124); }

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

background-color css

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

 a { background-color: rgb(166,220,124); }

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

border-color css

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

 span { border-color: rgb(166,220,124); }

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