Html Css Color HEX #A6F26D Feijoa

📋 copy color: '#A6F26D'

red 166 ◦ green 242 ◦ blue 109

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

Shades of Feijoa #A6F26D

Tints of Feijoa #A6F26D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.81%

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

R = 32.11%
G = 46.81%
B = 21.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A6F26D (or 0xA6F26D) is known color: Feijoa. HEX triplet: A6, F2 and 6D. RGB value is (166,242,109). Sum of RGB (Red+Green+Blue) = 166+242+109=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F26D is #590D92. Grayscale: #CCCCCC. Windows color (decimal): -5836179 or 7205542. OLE color: 7205542.

HSL color Cylindrical-coordinate representation of color #A6F26D: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6F26D is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 242 109 -
CMYK 0.31 0 0.55 0.05
HSL 94.29º 0.84% 0.69% -
HSV(B) 94.29º 0.55% 0.95% -
XYZ 50.24 72.72 25.86 -
YUV 204.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 166 242 109 0.31 0 0.55 0.05 94.29 0.84 0.69
Hex A6 F2 6D 1F 0 37 5 5E 54 45
Octal 246 362 155 37 0 67 5 136 124 105
Binary 10100110 11110010 1101101 11111 0 110111 101 1011110 1010100 1000101

Color Harmonies of #A6F26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F26D

Black with #A6F26D

Text Example


Text Example

White with #A6F26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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