Html Css Color HEX #A6E375 Feijoa

📋 copy color: '#A6E375'

red 166 ◦ green 227 ◦ blue 117

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

Shades of Feijoa #A6E375

Tints of Feijoa #A6E375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.51%

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

R = 32.55%
G = 44.51%
B = 22.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A6E375 (or 0xA6E375) is known color: Feijoa. HEX triplet: A6, E3 and 75. RGB value is (166,227,117). Sum of RGB (Red+Green+Blue) = 166+227+117=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E375 is #591C8A. Grayscale: #C4C4C4. Windows color (decimal): -5840011 or 7725990. OLE color: 7725990.

HSL color Cylindrical-coordinate representation of color #A6E375: hue angle of 93.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6E375 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 227 117 -
CMYK 0.27 0 0.48 0.11
HSL 93.27º 0.66% 0.67% -
HSV(B) 93.27º 0.48% 0.89% -
XYZ 46.41 64.33 26.8 -
YUV 196.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 166 227 117 0.27 0 0.48 0.11 93.27 0.66 0.67
Hex A6 E3 75 1B 0 30 B 5D 42 43
Octal 246 343 165 33 0 60 13 135 102 103
Binary 10100110 11100011 1110101 11011 0 110000 1011 1011101 1000010 1000011

Color Harmonies of #A6E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E375

Black with #A6E375

Text Example


Text Example

White with #A6E375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E375; }

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

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

background-color css

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

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

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

border-color css

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

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

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