Html Css Color HEX #A6DC75 Feijoa

📋 copy color: '#A6DC75'

red 166 ◦ green 220 ◦ blue 117

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

Shades of Feijoa #A6DC75

Tints of Feijoa #A6DC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 33%
G = 43.74%
B = 23.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A6DC75 (or 0xA6DC75) is known color: Feijoa. HEX triplet: A6, DC and 75. RGB value is (166,220,117). Sum of RGB (Red+Green+Blue) = 166+220+117=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC75 is #59238A. Grayscale: #C0C0C0. Windows color (decimal): -5841803 or 7724198. OLE color: 7724198.

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

Color convert

RGB 166 220 117 -
CMYK 0.25 0 0.47 0.14
HSL 91.46º 0.6% 0.66% -
HSV(B) 91.46º 0.47% 0.86% -
XYZ 44.53 60.58 26.18 -
YUV 192.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 166 220 117 0.25 0 0.47 0.14 91.46 0.6 0.66
Hex A6 DC 75 19 0 2F E 5B 3C 42
Octal 246 334 165 31 0 57 16 133 74 102
Binary 10100110 11011100 1110101 11001 0 101111 1110 1011011 111100 1000010

Color Harmonies of #A6DC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC75

Black with #A6DC75

Text Example


Text Example

White with #A6DC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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