Html Css Color HEX #A6F06E Feijoa

📋 copy color: '#A6F06E'

red 166 ◦ green 240 ◦ blue 110

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

Shades of Feijoa #A6F06E

Tints of Feijoa #A6F06E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.51%

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

R = 32.17%
G = 46.51%
B = 21.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#A6F06E (or 0xA6F06E) is known color: Feijoa. HEX triplet: A6, F0 and 6E. RGB value is (166,240,110). Sum of RGB (Red+Green+Blue) = 166+240+110=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F06E is #590F91. Grayscale: #CBCBCB. Windows color (decimal): -5836690 or 7270566. OLE color: 7270566.

HSL color Cylindrical-coordinate representation of color #A6F06E: hue angle of 94.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6F06E is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 240 110 -
CMYK 0.31 0 0.54 0.06
HSL 94.15º 0.81% 0.69% -
HSV(B) 94.15º 0.54% 0.94% -
XYZ 49.7 71.55 25.94 -
YUV 203.05 75.48 101.57 -
System Red Green Blue C M Y K H S L
Decimal 166 240 110 0.31 0 0.54 0.06 94.15 0.81 0.69
Hex A6 F0 6E 1F 0 36 6 5E 51 45
Octal 246 360 156 37 0 66 6 136 121 105
Binary 10100110 11110000 1101110 11111 0 110110 110 1011110 1010001 1000101

Color Harmonies of #A6F06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F06E

Black with #A6F06E

Text Example


Text Example

White with #A6F06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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