Html Css Color HEX #A6D475 Feijoa

📋 copy color: '#A6D475'

red 166 ◦ green 212 ◦ blue 117

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

Shades of Feijoa #A6D475

Tints of Feijoa #A6D475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

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

R = 33.54%
G = 42.83%
B = 23.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#A6D475 (or 0xA6D475) is known color: Feijoa. HEX triplet: A6, D4 and 75. RGB value is (166,212,117). Sum of RGB (Red+Green+Blue) = 166+212+117=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D475 is #592B8A. Grayscale: #BBBBBB. Windows color (decimal): -5843851 or 7722150. OLE color: 7722150.

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

Color convert

RGB 166 212 117 -
CMYK 0.22 0 0.45 0.17
HSL 89.05º 0.52% 0.65% -
HSV(B) 89.05º 0.45% 0.83% -
XYZ 42.48 56.48 25.49 -
YUV 187.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 166 212 117 0.22 0 0.45 0.17 89.05 0.52 0.65
Hex A6 D4 75 16 0 2D 11 59 34 41
Octal 246 324 165 26 0 55 21 131 64 101
Binary 10100110 11010100 1110101 10110 0 101101 10001 1011001 110100 1000001

Color Harmonies of #A6D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D475

Black with #A6D475

Text Example


Text Example

White with #A6D475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D475; }

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

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

background-color css

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

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

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

border-color css

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

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

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