Html Css Color HEX #A6DC7F Feijoa

📋 copy color: '#A6DC7F'

red 166 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #A6DC7F

Tints of Feijoa #A6DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.76%

R = 32.36%
G = 42.88%
B = 24.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A6DC7F (or 0xA6DC7F) is known color: Feijoa. HEX triplet: A6, DC and 7F. RGB value is (166,220,127). Sum of RGB (Red+Green+Blue) = 166+220+127=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC7F is #592380. Grayscale: #C1C1C1. Windows color (decimal): -5841793 or 8379558. OLE color: 8379558.

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

Color convert

RGB 166 220 127 -
CMYK 0.25 0 0.42 0.14
HSL 94.84º 0.57% 0.68% -
HSV(B) 94.84º 0.42% 0.86% -
XYZ 45.15 60.83 29.44 -
YUV 193.25 90.61 108.56 -
System Red Green Blue C M Y K H S L
Decimal 166 220 127 0.25 0 0.42 0.14 94.84 0.57 0.68
Hex A6 DC 7F 19 0 2A E 5F 39 44
Octal 246 334 177 31 0 52 16 137 71 104
Binary 10100110 11011100 1111111 11001 0 101010 1110 1011111 111001 1000100

Color Harmonies of #A6DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC7F

Black with #A6DC7F

Text Example


Text Example

White with #A6DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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