Html Css Color HEX #A6FF6D Feijoa

📋 copy color: '#A6FF6D'

red 166 ◦ green 255 ◦ blue 109

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

Shades of Feijoa #A6FF6D

Tints of Feijoa #A6FF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.57%

R = 31.32%
G = 48.11%
B = 20.57%

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

#A6FF6D (or 0xA6FF6D) is known color: Feijoa. HEX triplet: A6, FF and 6D. RGB value is (166,255,109). Sum of RGB (Red+Green+Blue) = 166+255+109=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF6D is #590092. Grayscale: #D4D4D4. Windows color (decimal): -5832851 or 7208870. OLE color: 7208870.

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

Color convert

RGB 166 255 109 -
CMYK 0.35 0 0.57 0
HSL 96.58º 1% 0.71% -
HSV(B) 96.58º 0.57% 1% -
XYZ 54.25 80.73 27.19 -
YUV 211.75 70.01 95.37 -
System Red Green Blue C M Y K H S L
Decimal 166 255 109 0.35 0 0.57 0 96.58 1 0.71
Hex A6 FF 6D 23 0 39 0 61 64 47
Octal 246 377 155 43 0 71 0 141 144 107
Binary 10100110 11111111 1101101 100011 0 111001 0 1100001 1100100 1000111

Color Harmonies of #A6FF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FF6D

Black with #A6FF6D

Text Example


Text Example

White with #A6FF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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