Html Css Color HEX #A6F06C Feijoa

📋 copy color: '#A6F06C'

red 166 ◦ green 240 ◦ blue 108

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

Shades of Feijoa #A6F06C

Tints of Feijoa #A6F06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 32.3%
G = 46.69%
B = 21.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#A6F06C (or 0xA6F06C) is known color: Feijoa. HEX triplet: A6, F0 and 6C. RGB value is (166,240,108). Sum of RGB (Red+Green+Blue) = 166+240+108=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F06C is #590F93. Grayscale: #CBCBCB. Windows color (decimal): -5836692 or 7139494. OLE color: 7139494.

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

Color convert

RGB 166 240 108 -
CMYK 0.31 0 0.55 0.06
HSL 93.64º 0.81% 0.68% -
HSV(B) 93.64º 0.55% 0.94% -
XYZ 49.59 71.51 25.38 -
YUV 202.83 74.48 101.73 -
System Red Green Blue C M Y K H S L
Decimal 166 240 108 0.31 0 0.55 0.06 93.64 0.81 0.68
Hex A6 F0 6C 1F 0 37 6 5E 51 44
Octal 246 360 154 37 0 67 6 136 121 104
Binary 10100110 11110000 1101100 11111 0 110111 110 1011110 1010001 1000100

Color Harmonies of #A6F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F06C

Black with #A6F06C

Text Example


Text Example

White with #A6F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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