Html Css Color HEX #A6D275 Feijoa

📋 copy color: '#A6D275'

red 166 ◦ green 210 ◦ blue 117

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

Shades of Feijoa #A6D275

Tints of Feijoa #A6D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

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

R = 33.67%
G = 42.6%
B = 23.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#A6D275 (or 0xA6D275) is known color: Feijoa. HEX triplet: A6, D2 and 75. RGB value is (166,210,117). Sum of RGB (Red+Green+Blue) = 166+210+117=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D275 is #592D8A. Grayscale: #BABABA. Windows color (decimal): -5844363 or 7721638. OLE color: 7721638.

HSL color Cylindrical-coordinate representation of color #A6D275: hue angle of 88.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6D275 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 117 -
CMYK 0.21 0 0.44 0.18
HSL 88.39º 0.51% 0.64% -
HSV(B) 88.39º 0.44% 0.82% -
XYZ 41.98 55.48 25.33 -
YUV 186.24 88.92 113.56 -
System Red Green Blue C M Y K H S L
Decimal 166 210 117 0.21 0 0.44 0.18 88.39 0.51 0.64
Hex A6 D2 75 15 0 2C 12 58 33 40
Octal 246 322 165 25 0 54 22 130 63 100
Binary 10100110 11010010 1110101 10101 0 101100 10010 1011000 110011 1000000

Color Harmonies of #A6D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D275

Black with #A6D275

Text Example


Text Example

White with #A6D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D275; }

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

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

background-color css

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

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

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

border-color css

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

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

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