Html Css Color HEX #A6D575 Feijoa

📋 copy color: '#A6D575'

red 166 ◦ green 213 ◦ blue 117

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

Shades of Feijoa #A6D575

Tints of Feijoa #A6D575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

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

R = 33.47%
G = 42.94%
B = 23.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#A6D575 (or 0xA6D575) is known color: Feijoa. HEX triplet: A6, D5 and 75. RGB value is (166,213,117). Sum of RGB (Red+Green+Blue) = 166+213+117=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D575 is #592A8A. Grayscale: #BCBCBC. Windows color (decimal): -5843595 or 7722406. OLE color: 7722406.

HSL color Cylindrical-coordinate representation of color #A6D575: hue angle of 89.37º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6D575 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 117 -
CMYK 0.22 0 0.45 0.16
HSL 89.37º 0.53% 0.65% -
HSV(B) 89.37º 0.45% 0.84% -
XYZ 42.73 56.98 25.58 -
YUV 188 87.93 112.31 -
System Red Green Blue C M Y K H S L
Decimal 166 213 117 0.22 0 0.45 0.16 89.37 0.53 0.65
Hex A6 D5 75 16 0 2D 10 59 35 41
Octal 246 325 165 26 0 55 20 131 65 101
Binary 10100110 11010101 1110101 10110 0 101101 10000 1011001 110101 1000001

Color Harmonies of #A6D575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D575

Black with #A6D575

Text Example


Text Example

White with #A6D575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D575; }

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

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

background-color css

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

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

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

border-color css

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

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

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