Html Css Color HEX #A6FF6E Feijoa

📋 copy color: '#A6FF6E'

red 166 ◦ green 255 ◦ blue 110

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

Shades of Feijoa #A6FF6E

Tints of Feijoa #A6FF6E

RGB

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

 GREEN value IS 255 (100% from 255) = 48.02%

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 31.26%
G = 48.02%
B = 20.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#A6FF6E (or 0xA6FF6E) is known color: Feijoa. HEX triplet: A6, FF and 6E. RGB value is (166,255,110). Sum of RGB (Red+Green+Blue) = 166+255+110=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF6E is #590091. Grayscale: #D4D4D4. Windows color (decimal): -5832850 or 7274406. OLE color: 7274406.

HSL color Cylindrical-coordinate representation of color #A6FF6E: hue angle of 96.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6FF6E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB 166 255 110 -
CMYK 0.35 0 0.57 0
HSL 96.83º 1% 0.72% -
HSV(B) 96.83º 0.57% 1% -
XYZ 54.3 80.75 27.48 -
YUV 211.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 166 255 110 0.35 0 0.57 0 96.83 1 0.72
Hex A6 FF 6E 23 0 39 0 61 64 48
Octal 246 377 156 43 0 71 0 141 144 110
Binary 10100110 11111111 1101110 100011 0 111001 0 1100001 1100100 1001000

Color Harmonies of #A6FF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF6E

Black with #A6FF6E

Text Example


Text Example

White with #A6FF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF6E; }

 p { color: rgb(166,255,110); }

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

background-color css

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

 a { background-color: rgb(166,255,110); }

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

border-color css

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

 span { border-color: rgb(166,255,110); }

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